Project

General

Profile

Feature #363

Updated by Marcel Poul about 7 years ago

The module should give the IdM user ability to set new password, when the old one is  
 # lost,expired  
 # or just the user want to (have to) change it (e.g. does not have access to the IdM) 

 it.  

 The module have to anable basic configuration of (by the admin in IdM): 
 * selection of resources including IdM, where to set new password 
 ** New password is checked against all the systems selected policies  
 * captcha on/off 
 * mode lost password on/off - user does not need to know old password, one of the following authentication method is used: 
 ** authentication method for lost password (email one time url, sms token, other secret...).    For now, the "email one time url" will be sufficient. 
 ** (optional) generate password and send via sms/email - just to think of as other "authentication method" 
 * mode change password on/off - user have to write his old password and the new one 

 both change password and lost password modes must be usable at the same time at. 
 The module will be integrated to IDM login page or to other FE GUI modules.    

 The aim of this ticket is to make a design of the module and implement it.

Back