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 commiteafa1c4298
, reversing changes made tof251437415
.
This commit is contained in:
parent
eafa1c4298
commit
8fab39527f
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue