X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c9fa49c99485b0ba1242c6d13e12df9ab1532987..a543e731c0433b2aa0f0f1583f7c70182a084fd5:/config/application.rb diff --git a/config/application.rb b/config/application.rb index 8a9056631..040ce93e2 100644 --- a/config/application.rb +++ b/config/application.rb @@ -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,