MaxNumPasswordPerUser
The maximum number of passwords to store in the Community component for each user.
Community stores a list of the most recently used passwords. When a user changes their password, they cannot choose a password that is stored in this list. Set MaxNumPasswordPerUser to a positive integer to prevent users from changing their password back to one of their recent passwords.
If you do not want to limit the number of passwords, set MaxNumPasswordPerUser to 0.
| Type: | Long |
| Default: | 0 (disabled) |
| Required: | No |
| Configuration Section: | User |
| Example: | MaxNumPasswordPerUser=6
|
| See Also: |