Feature #2650
closedIdentity state PASSWORD_EXPIRED
0%
Description
Please add IdentityState PASSWORD_EXPIRED. This line of code is commented in the current version of CzechIdM. And I guess there is no additional logic behind this state now.
The PASSWORD_EXPIRED state sould be set for identities with IDM password expired and other state than LEFT, DISABLED and DISABLED_MANUALLY.
There should be some processor that maintains the new identityState. Change of the state should cause provisioning of user's account.
Related issues
Updated by Radek Tomiška almost 4 years ago
- Assignee changed from Ondrej Husník to Radek Tomiška
Updated by Vladimír Kotýnek almost 4 years ago
- Priority changed from Normal to Low
After discussion with @tomiskar we came to conclusion that this state is not needed in the product. PASSWORD_EXPIRED event is published when the password expires and we can assign any processor we need to listen it. Therefor the PASSWORD_EXPIRED state of identity would be just a cosmetic detail with no particular inpact.
Updated by Radek Tomiška almost 4 years ago
- Related to Feature #2667: UX: Add information about password expiration to the Users table added
Updated by Radek Tomiška almost 4 years ago
- Status changed from New to Rejected
After consultations with product and project teams, we decided to not implement this feature - new state will affect backward compatibility. We will implement new column into identity table in #2667 instead.