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
This commit is contained in:
Jean-Philippe Lang
2015-06-19 18:41:10 +00:00
parent 3811ff5d95
commit d6f389658b
32 changed files with 463 additions and 2 deletions

View File

@@ -22,6 +22,7 @@ class AuthSourcesControllerTest < ActionController::TestCase
def setup
@request.session[:user_id] = 1
Redmine::SudoMode.disable!
end
def test_index