]> source.dussan.org Git - redmine.git/commit
Option to force a user to change his password (#3872).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 5 Aug 2013 17:58:33 +0000 (17:58 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 5 Aug 2013 17:58:33 +0000 (17:58 +0000)
commitb764e398475c26217bcca8ac9063f053bc1cf627
treef8c44b9b990ff60f3cf51fe65bb8dad9dae8bd35
parentbd4fba08e5bec539a746e9be422b9c2baab51406
Option to force a user to change his password (#3872).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12081 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/account_controller.rb
app/controllers/application_controller.rb
app/controllers/my_controller.rb
app/models/user.rb
app/views/my/password.html.erb
app/views/users/_form.html.erb
config/locales/en.yml
config/locales/fr.yml
db/migrate/20130729070143_add_users_must_change_passwd.rb [new file with mode: 0644]
test/integration/account_test.rb