Project

General

Profile

Feature #1384

Updated by Alena Peterová over 5 years ago

Please add support a new checkbox option "Password never expires" to the user detail. If this checkbox is checked, then the password of that user doesn't expire, even if password policy specifies maximum password age. 

 If the checkbox is unchecked, then maximum password age applies for the user. 

 This checkbox expires", which can be changed only by administrators with special authorization, e.g. APP_ADMIN. Changes of this property are audited in the audit log set for selected identities. 

 When "admin" identity is created during the first initialization of CzechIdM, the value of "Password never expires" for Also make this identity will be "true". 
 All other identities have it by "true" as default "false". for "admin". 

 Use case:  
 We have "Maximum password age = 90". After 90 days, the password for "admin" expired, so we can't login to IdM anymore.  
 We want to set "Password never expires" for admin and other super users, so we don't lose access to IdM anymore.

Back