Vote #75544
完了Expire all other sessions on password change
90%
説明
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.
journals
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.
--------------------------------------------------------------------------------
We can commit this patch now, but I'd like to change the new column to @passwd_changed_on@ instead of @password_changed_at@.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Added in r13412 with the column name requested by Jean-Philippe, and a minor typo fixed in the test. Thanks!
--------------------------------------------------------------------------------