7.8:documentation:modules_pwd

Modules - Password reset module [pwd-reset]

The module provides functionality of password reset or, in other words, recovery of forgotten password.  Password reset process

User can start the process on CzechIdM login page where is a "Forgotten password" link. In next step user is required to enter account identifier. For now, identity email or login are supported and admin can use configuration property to select which of these (or both) can be used.

CzechIdM generates validation token which is sent to user via notification. After clicking on link, user is asked to fill in new password. If password change succeeds (password validation is OK and users can change their own password), then user can log in to CzechIdM with new password.

Password reset module changes users passwords in CzechIdM or all managed systems depending on the module configuration.

Password reset module generates new password by default password policy for IdM and all managed systems depending on the module configuration. Form for password generate is part of password change component.

Read more