Description:
force log out when password change
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
r884:490fbe2ccf0b - - 2 files changed: 6 inserted, 0 deleted
@@ -114,6 +114,11 | |||
|
114 | 114 | end |
|
115 | 115 | end |
|
116 | 116 | |
|
117 | + # check if password is changed | |
|
118 | + if session[:last_password_hash] != @current_user.hashed_password | |
|
119 | + unauthorized_redirect 'You are forced to log out.' | |
|
120 | + end | |
|
121 | + | |
|
117 | 122 | if GraderConfiguration.multicontests? |
|
118 | 123 | return true if @current_user.admin? |
|
119 | 124 | begin |
You need to be logged in to leave comments.
Login now