]> source.dussan.org Git - redmine.git/commit
Require password re-entry for sensitive actions (#19851).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 19 Jun 2015 18:41:10 +0000 (18:41 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 19 Jun 2015 18:41:10 +0000 (18:41 +0000)
commitd6f389658b9e83d7a5d74c57fc46a203a5a88591
tree534fd5f3520833e1c1c2bb2105971ce86008b991
parent3811ff5d95bd848f457c9d29a162ce83f12fe3ac
Require password re-entry for sensitive actions (#19851).

Patch by Jens Krämer.

git-svn-id: http://svn.redmine.org/redmine/trunk@14333 e93f8b46-1217-0410-a6f0-8f06a7374b81
32 files changed:
app/controllers/application_controller.rb
app/controllers/auth_sources_controller.rb
app/controllers/email_addresses_controller.rb
app/controllers/groups_controller.rb
app/controllers/members_controller.rb
app/controllers/my_controller.rb
app/controllers/projects_controller.rb
app/controllers/roles_controller.rb
app/controllers/settings_controller.rb
app/controllers/users_controller.rb
app/helpers/application_helper.rb
app/views/my/_sidebar.html.erb
app/views/my/show_api_key.html.erb [new file with mode: 0644]
app/views/my/show_api_key.js.erb [new file with mode: 0644]
app/views/sudo_mode/_new_modal.html.erb [new file with mode: 0644]
app/views/sudo_mode/new.html.erb [new file with mode: 0644]
app/views/sudo_mode/new.js.erb [new file with mode: 0644]
config/locales/de.yml
config/locales/en.yml
config/routes.rb
lib/redmine/sudo_mode.rb [new file with mode: 0644]
test/functional/auth_sources_controller_test.rb
test/functional/email_addresses_controller_test.rb
test/functional/groups_controller_test.rb
test/functional/members_controller_test.rb
test/functional/my_controller_test.rb
test/functional/projects_controller_test.rb
test/functional/roles_controller_test.rb
test/functional/settings_controller_test.rb
test/functional/users_controller_test.rb
test/integration/admin_test.rb
test/integration/sudo_test.rb [new file with mode: 0644]