Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
devel:documentation:modules_pwd [2018/12/18 08:53]
kopro [Read more]
devel:documentation:modules_pwd [2019/10/24 10:49]
kopro password valid till
Line 1: Line 1:
 +<- .:modules_openam | Modules: openAM authentication ^ .:start | Documentation ^ .:modules_vs | Modules: virtual systems ->
  
 +====== Modules - Password reset module [pwd-reset] ======
 +
 +The module provides functionality of password reset or, in other words, recovery of forgotten password.
 +{{ :devel:documentation:pwd-reset.png | Password reset process}}
 +
 +<note important>Password reset module now doesn't support Sql Server</note>
 +
 +<note important>Version before 1.7.0 doesn't set valid till to password after password reset and password generate. Is highly recommended use version 1.7.0</note>
 +
 +===== Process of restoring your forgotten password =====
 +
 +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.
 +
 +While user finished process with password reset is also set password valid till from **default password policy** configuration (password max age attribute).
 +
 +===== Reset password in user´s system accounts =====
 +Password reset module changes users passwords in CzechIdM or all managed systems depending on the module configuration. 
 +
 +===== Generate password =====
 +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.
 +
 +During password generate is also setup password valid till from **default password policy** configuration.
 +
 +
 +===== Admin tutorials =====
 +  * [[tutorial:adm:modules_pwdreset| Password reset module - installation and configuration]]
  • by poulm