Module XSLForms.Resources.Login
Login resources for XSLForms applications. These resources use "root" attributes
on transaction objects, and therefore should be defined within the appropriate
resources in site maps.
Copyright (C) 2006, 2007 Paul Boddie <paul@boddie.org.uk>
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the Free
Software Foundation; either version 3 of the License, or (at your option) any
later version.
This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
details.
You should have received a copy of the GNU Lesser General Public License along
with this program. If not, see <http://www.gnu.org/licenses/>.
Classes |
LoginRedirectResource |
A redirect resource which uses dynamic knowledge about the URL space. |
LoginResource |
A login screen resource which should be modified or subclassed to define the
following attributes:
* resource_dir
* template_resources - including a "login" entry for the login screen and
a "success" entry for a screen indicating a
successful login (used when redirects are not in
use)
* document_resources - including a "translations" entry
The latter attribute is optional. |