1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Revert "Merge pull request #4690 from jdutil/filter_password_confirmation"

This reverts commit eafa1c4298, reversing
changes made to f251437415.
This commit is contained in:
José Valim 2012-01-26 12:12:54 +01:00
parent eafa1c4298
commit 8fab39527f

View file

@ -43,7 +43,7 @@ module <%= app_const_base %>
config.encoding = "utf-8"
# Configure sensitive parameters which will be filtered from the log file.
config.filter_parameters += [:password, :password_confirmation]
config.filter_parameters += [:password]
# Use SQL instead of Active Record's schema dumper when creating the database.
# This is necessary if your schema can't be completely dumped by the schema dumper,