This portlet can be used to let users log in. It consists of two TextComponents and one ButtonComponent. You may customize these templates by adding a template loader to your configuration. The class 'PasswordClass' is assigned to the TextComponent that is used for password input.
Table 5.14. Portlet parameters for GenticsLoginModule
Name | Type | Default | Description |
---|---|---|---|
loginregex | String | NULL | Regex to check for allowed login names. |
logindescription | String | NULL | Message to be shown when the entered login name does not match the given loginregex . |
passwordregex | String | NULL | Regex to check for allowed passwords. |
passworddescription | String | NULL | Message to be shown when the entered password does not match the given passwordregex . |
![]() | Warning |
---|---|
The parameters |
Table 5.16. Events of the GenticsLoginModule
Name | Description | Event properties | ||||
---|---|---|---|---|---|---|
onUserLogout | This event is triggered when a user logs out. |
|
When the user logs in (either using the GenticsLoginModule or through
other means) a
portal.events.onLogin
is triggered. See
“Portal events” (Section 3.2)
for details.