By default, the provides controls for administrators to reset passwords for themselves and for other users.
Optionally, customers can enable users to reset their passwords via email, which provides an extra measure of validation and security.
Steps:
Edit the following settings:
"webapp.emailTokenExpiryInMinutes": 1440, "webapp.emailSender": "<SENDER_EMAIL_ADDRESS>", "webapp.emailSenderName": "<SENDER_DISPLAY_NAME>", |
Setting | Description | |
---|---|---|
emailTokenExpiryInMinutes | Set the expiration time for the password reset email. Users must click through to reset their password before this time limit expires. The default value is | |
emailSender | Enter an email account to use as the displayed sender of these emails.
| |
emailSenderName | Display name of the sender of emails. |
Setting | Description |
---|---|
Enable self service password reset | Set this value to true to enable this feature. |