]> git.openstreetmap.org Git - rails.git/blobdiff - config/application.rb
Update to rails 3.0.5, arel 2.0.9 and composite_primary_keys 3.1.4
[rails.git] / config / application.rb
index 8a90566313bb29192a6544cc9e7bb75398c26a22..040ce93e25dd05c8710d2e9a48d2245a6827d837 100644 (file)
@@ -39,7 +39,7 @@ module OpenStreetMap
     config.encoding = "utf-8"
 
     # Configure sensitive parameters which will be filtered from the log file.
-    config.filter_parameters += [:password]
+    config.filter_parameters += [:password, :pass_crypt, :pass_crypt_confirmation]
 
     # Use SQL instead of Active Record's schema dumper when creating the test database.
     # This is necessary if your schema can't be completely dumped by the schema dumper,