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:security:dev:authentication [2019/01/18 10:18]
apeterova
devel:documentation:security:dev:authentication [2019/02/27 15:47]
kotisovam [Password change & old password] this whole part moved to admin guide section (Password)
Line 69: Line 69:
 {{:navrh:02.png|}} {{:navrh:02.png|}}
  
-===== Password change & old password ===== 
  
-When users want to change their password in IdM, they will be required to fill their old password (unless the configuration attribute requireOldPassword is set differently, see below). It's possible that their local password in CzechIdM is distinct from their password in end systems. In such situation, users must use the password which satisfies the authentication chain (the same authentication chain that is used during authentication - same rules, same order of processing). If the (old) password is validated successfully, users can change their password. 
- 
-The configuration attribute **idm.pub.core.identity.passwordChange.requireOldPassword=** determines whether the users are required to fill in the old password when changing their password. The possible values are: 
-  * true - the old password is required, 
-  * false - the old password is not required. 
  • by kopro