Release 14.03.2023 | Forgotten Password Recovery
New
- Password recovery. This functionality allows to reset current user password via the "Forgotten your password?" link on the Login form.
Preconditions for functionality activation:
- Our Mobile Application has been configured as a second authentication factor for the current user.
- Captcha has been configured for the Portal. To choose captcha display mode you can use the<add key="require-captcha" value="mode" />
. The mode value can be one of the following: Always, PasswordRecovery.
To enable the functionality you need to add the<add key="enable-password-recovery" value="true" />
setting to the Web.config file.
NOTE: make sure that enable-password-management setting is true.