patch #9104 Disable cleartext logging of passwords in log files
git-svn-id: http://redmine.rubyforge.org/svn/trunk@310 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
ef84339003
commit
8cbb78bb1d
|
@ -17,6 +17,7 @@
|
|||
|
||||
class ApplicationController < ActionController::Base
|
||||
before_filter :check_if_login_required, :set_localization
|
||||
filter_parameter_logging :password
|
||||
|
||||
def logged_in_user=(user)
|
||||
@logged_in_user = user
|
||||
|
|
Loading…
Reference in New Issue