The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

XML::Template::Element::User - XML::Template plugin module for the user namespace.

SYNOPSIS

This XML::Template plugin module implements the user namespace tagset. The user namespace includes tags that handle user authentication and access to the user database table.

CONSTRUCTOR

XML::Template::Element::User inherits its constructor method, new, from XML::Template::Element.

USER TAGSET METHODS

authenticate

This method implements the authentication element which handles user web authentication. The following attributes are used:

logintemplate

The redirection template to display upon successful login.

logouttemplate

The redirection template to display upon successful logout.

logouturl

The URL to redirect to upon logout.

SQL TAGSET METHODS

XML::Template::Element::User is a subclass of XML::Template::Element::DB, so derives the SQL tagset. See XML::Template::Element::DB for more details.

AUTHOR

Jonathan Waxman <jowaxman@bbl.med.upenn.edu>

COPYRIGHT

Copyright (c) 2002-2003 Jonathan A. Waxman All rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.