View of /mambo/branches/4.5.3h/modules/mod_login.xml
Parent Directory
|
Revision Log
Revision 1416 -
(download)
(as text)
(annotate)
Fri Nov 23 12:01:17 2007 UTC (5 years, 6 months ago) by ocs_cms
File size: 2567 byte(s)
Fri Nov 23 12:01:17 2007 UTC (5 years, 6 months ago) by ocs_cms
File size: 2567 byte(s)
fixed header comment blocks to meet coding standards and to remove the invalid link to GNU/GPL version 2 license. Author and License references in the XML files replaced with mambo-foundation
<?xml version="1.0" encoding="iso-8859-1"?> <mosinstall type="module" version="4.5.2"> <name>Login Form</name> <author>Mambo Foundation</author> <creationDate>July 2004</creationDate> <copyright>copyright (C) 2000 - 2007 Mambo Foundation Inc.</copyright> <license>http://www.opensource.org/licenses/gpl-license.php GNU/GPL v.2</license> <authorEmail>core@mambo-foundation.org</authorEmail> <authorUrl>www.mambo-foundation.org</authorUrl> <version>4.5.2</version> <description>This module displays a Username and Password login form. It also displays a link to retrieve a forgotten password. If user registration is enabled, (refer to the Configuration settings), then another link will be shown to invite users to self-register.</description> <files> <filename module="mod_login">mod_login.php</filename> </files> <params> <param name="moduleclass_sfx" type="text" default="" label="Module Class Suffix" description="A suffix to be applied to the css class of the module (table.moduletable), this allows individual module styling" /> <param name="pretext" type="textarea" cols="20" rows="5" default="" label="Pre-text" description="This is the Text or HTML that is displayed above the login form" /> <param name="posttext" type="textarea" cols="20" rows="5" label="Post-text" description="This is the Text or HTML that is displayed below the login form" /> <param name="login" type="text" default="" label="Login Redirection URL" description="What page will the login redirect to after login, if let blank will load front page" /> <param name="logout" type="text" default="" label="Logout Redirection URL" description="What page will the login redirect to after login, if let blank will load front page" /> <param name="login_message" type="radio" default="0" label="Login Message" description="Show/Hide the javascript Pop-up indicating Login Success"> <option value="0">Hide</option> <option value="1">Show</option> </param> <param name="logout_message" type="radio" default="0" label="Logout Message" description="Show/Hide the javascript Pop-up indicating Logout Success"> <option value="0">Hide</option> <option value="1">Show</option> </param> <param name="greeting" type="radio" default="1" label="Greeting" description="Show/Hide the simple greeting text"> <option value="0">No</option> <option value="1">Yes</option> </param> <param name="name" type="list" default="0" label="Name/Username"> <option value="0">Username</option> <option value="1">Name</option> </param> </params> </mosinstall>
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

