Login node
The node can have these attributes:
| Attribute | Description |
|---|---|
| Allow Forgot Password | Indicates whether users can reset forgotten passwords. If True, a Forgot Password link is displayed in the Login widget. |
| Allow Forgot Username | Indicates whether users can recover forgotten user names. If True, a Forgot Username link is displayed in the Login widget. |
| Allow New Profile | Indicates whether users can create new profiles. If True, a Create a Profile link is displayed in the Login widget. |
| Allow Remember Me | Indicates whether you want to allow the browser to store the user's user name. If True, a Remember Me check box is displayed in the Login widget. |
| Forgot Username Template | Notification template to use for forgotten username messages. |
| Show Title | Indicates whether the login page will show a title. |
| Use Email as User Name | Indicates whether users' email addresses will be used as their user names. |
The node can have two children: and .
The node specifies a list of words that are not allowed in user passwords.
The node has these attributes:
| Attribute | Description |
|---|---|
| Banned Words List | Pipe-delimited list of words that are not permitted in passwords.
Note: Apart from this list, the user's first name, last name, user name, and email are always banned in passwords.
|
| Enabled | Indicates whether the banned words list is enforced. |
The node has one or more nodes as children. Each node has these attributes:
| Attribute | Description |
|---|---|
| Enabled | Indicates whether this criterion is enforced. |
| Message | Message to show if the password does not meet the requirements imposed by the regular expression. |
| Regex | Regular expression that is used to test the user's password. |