We would like to implement a password aging feature where each user password has a tenor and the user is forced to change his password on expiration of the password tenor.
Password Aging
Answers
Hi Yinka,
You can accomplish this task by extending the user class of your security system with the tenor property and check its value in the XafApplication.LoggedOn event handler. If the password tenor is expired, set the SecurityUserBase.ChangePasswordOnFirstLogon property to True.
Thanks,
Michael.