Projects:Manually set password as expired/Specs
Overview
The Administrators can set a limit of days for passwords to expire and this will force the users to change their password. It is interesting to be able to manually set a user's password as expired too.
Use Case
An Administrator creates a new user and sets a password, the Administrator also checks the "Expired Password" flag. The first time the user tries to log in with the password provided by the Administrator, he will be forced to change it because it is marked as expired.
Solution
Add a new column, "isExpiredPassword". Now the Administrator will be able to check this flag if he wants the password to expire.