Actions
Patch #17796
closedExpire all other sessions on password change
Start date:
Due date:
% Done:
90%
Estimated time:
Description
To improve user account security, we believe it is a good practice to expire all other active user sessions (on other computers or browsers) once a user changes their password.
Please find attached a patch that implements this feature against current trunk; tests included.
Files
Updated by Jean-Baptiste Barth about 10 years ago
- Assignee set to Jean-Baptiste Barth
Good practice I think. Same as #17717, I'd like to have some guidance about how we deal with that kind of patch. I didn't test this one but I'll review it and test it when I know what to do.
Updated by Jean-Philippe Lang about 10 years ago
We can commit this patch now, but I'd like to change the new column to passwd_changed_on
instead of password_changed_at
.
Updated by Etienne Massip about 10 years ago
- Project changed from 2 to Redmine
- Category set to Security
- Target version set to 2.6.0
Updated by Jean-Baptiste Barth about 10 years ago
- Status changed from Needs feedback to Closed
Added in r13412 with the column name requested by Jean-Philippe, and a minor typo fixed in the test. Thanks!
Actions