We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f251437 + 521fedc commit eafa1c4Copy full SHA for eafa1c4
railties/lib/rails/generators/rails/app/templates/config/application.rb
@@ -43,7 +43,7 @@ class Application < Rails::Application
43
config.encoding = "utf-8"
44
45
# Configure sensitive parameters which will be filtered from the log file.
46
- config.filter_parameters += [:password]
+ config.filter_parameters += [:password, :password_confirmation]
47
48
# Use SQL instead of Active Record's schema dumper when creating the database.
49
# This is necessary if your schema can't be completely dumped by the schema dumper,
0 commit comments