Reset password

Version >= 0.9.4

Presentation

The portal displays a form where the user can enter his mail address to reset his password. The mail will be search in userDB (for example the LDAP directory) and if the user is found, the password will be overwritten with a new one. The new password is sent by mail.

If passwordDB is LDAP, and password policy is activated, the flag pwdReset is set to TRUE, so that the user is forced to change his password on next connection (require pwdMustChange true value in user's ppolicy).

Configuration

You can configure the mail: If you use PasswordDBLDAP: Example of custom mail body:
mailBody => 'Hello $cn,

You request a new password. Your new password is $password.

Thank you,

The security team.',

See also