New and Improved 3.13 Beta. Highlights: Shareable filters and dashboards and lots of other goodies. Any feedback can be raised as JIRA issues in the JIRA project.
Issue Details (XML | Word | Printable)

Key: JRA-14289
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Justen Stepka [Atlassian]
Votes: 4
Watchers: 3
Operations

If you were logged in you would be able to see more operations.
JIRA

Implement the Crowd 'requiresPasswordChange' attribute upon login.

Created: 15/Jan/08 10:14 PM   Updated: 12/Aug/08 07:44 PM
Component/s: User Management
Affects Version/s: None
Fix Version/s: 4.0

Time Tracking:
Not Specified

Participants: Justen Stepka [Atlassian]
Since last comment: 32 weeks ago
Labels:


 Description  « Hide
Crowd has a special attribute 'requiresPasswordChange' which when set to 'true' can be used by integrated applications to initiate a change password workflow.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Justen Stepka [Atlassian] added a comment - 16/Jan/08 05:29 PM
Requirements:
  1. When a user logs in, perform a check to see if the requiresPasswordChange attribute is present and set to true.
  2. If true, redirect the user to an action that states Your Crowd / authentication server password has expired. You must now update your password to continue.
    • If false, the user is processes as usual and sent to their originally requested JIRA page.
  3. When the updated password is then set, the user is redirected to their originally requested JIRA page.