public
Fork of halorgium/mephisto
Description: A refactored Mephisto that has multiple spam detection engines.
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/francois/mephisto.git
filter password fields in logs [chrissturm]

git-svn-id: http://svn.techno-weenie.net/projects/mephisto/trunk@2637 
567b1171-46fb-0310-a4c9-b4bef9110e78
technoweenie (author)
Sun Jan 07 15:04:01 -0800 2007
commit  a7264f9f2a381794c9b25a5d4fe184638e40dc77
tree    21496e4f7382558645c8dc537201667b7ee08dfb
parent  a2039b4f3d6b033b097741dd7f5fcaca8287627e
...
1
2
 
 
3
4
5
...
1
2
3
4
5
6
7
0
@@ -1,5 +1,7 @@
0
 * SVN *
0
 
0
+* filter password fields in logs [chrissturm]
0
+
0
 * add *.ico to list of approved extensions for theme resources [myles_b]
0
 
0
 * Link comments to the currently logged in user, requires latest edge/1.2 rails [Josh Susser]
...
5
6
7
 
 
8
9
10
...
5
6
7
8
9
10
11
12
0
@@ -5,6 +5,8 @@ class ApplicationController < ActionController::Base
0
   helper_method :site
0
   attr_reader :site
0
   
0
+ filter_parameter_logging "password"
0
+
0
   protected
0
     helper_method :admin?
0
     

Comments

    No one has commented yet.