Release 29.04.2025 | Self-unlocking of the user
New
- Added a self-unlocking function for the user. To do this, you need to add the
enable-password-management
,enable-password-recovery
andallow-user-unlock
settings. In this case, the user will be able to unlock his account himself after confirming the second factor. By default the function is disabled.
Example<add key="enable-password-management" value="true"/> <add key="allow-user-unlock" value="true"/> <add key="enable-password-recovery" value="true" />