myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [2193] trunk/app/controllers/application.rb: Mask


From: noreply
Subject: [myexperiment-hackers] [2193] trunk/app/controllers/application.rb: Mask passwords in production log.
Date: Tue, 12 May 2009 11:15:32 -0400 (EDT)

Revision
2193
Author
dtm
Date
2009-05-12 11:15:32 -0400 (Tue, 12 May 2009)

Log Message

Mask passwords in production log.

Modified Paths

Diff

Modified: trunk/app/controllers/application.rb (2192 => 2193)


--- trunk/app/controllers/application.rb	2009-05-11 13:16:14 UTC (rev 2192)
+++ trunk/app/controllers/application.rb	2009-05-12 15:15:32 UTC (rev 2193)
@@ -7,6 +7,8 @@
 # Likewise, all the methods added will be available for all controllers.
 
 class ApplicationController < ActionController::Base
+
+  filter_parameter_logging :password
   
   WhiteListHelper.tags.merge %w(table tr td th div span)
   

reply via email to

[Prev in Thread] Current Thread [Next in Thread]