]> source.dussan.org Git - redmine.git/commit
Expire other sessions on password change (#17796).
authorJean-Baptiste Barth <jeanbaptiste.barth@gmail.com>
Tue, 16 Sep 2014 21:38:54 +0000 (21:38 +0000)
committerJean-Baptiste Barth <jeanbaptiste.barth@gmail.com>
Tue, 16 Sep 2014 21:38:54 +0000 (21:38 +0000)
commitb519aba63ee0043ffd60f9002fc236f717d9f172
tree4e8a47e052704bc97318550c316138c2c3977d87
parente632a79d59fc90ef0076f741f16b84fb689b99df
Expire other sessions on password change (#17796).

Contributed by Jan Schulz-Hofen.

git-svn-id: http://svn.redmine.org/redmine/trunk@13412 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/application_controller.rb
app/controllers/my_controller.rb
app/models/user.rb
db/migrate/20140903143914_add_password_changed_at_to_user.rb [new file with mode: 0644]
test/functional/my_controller_test.rb