Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 393 Bytes

resetpassword.rst

File metadata and controls

16 lines (9 loc) · 393 Bytes

Reset password

This feature allows to reset a password and set the reset at next connection flag.

To enable this feature:

$use_resetpassword = true;

When changing the password, you can force the user to reset it at next connection. To configure the default value presented in the form:

$resetpassword_reset_default = true;