1
0
espelhamento de https://github.com/redmine/redmine.git sincronizado 2024-08-27 17:54:48 +02:00
redmine/db/migrate/20140903143914_add_password_changed_at_to_user.rb
Jean-Baptiste Barth b519aba63e 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
2014-09-16 21:38:54 +00:00

6 linhas
135 B
Ruby

class AddPasswordChangedAtToUser < ActiveRecord::Migration
def change
add_column :users, :passwd_changed_on, :datetime
end
end