Skip to content

Commit

Permalink
Revert "Merge pull request #4690 from jdutil/filter_password_confirma…
Browse files Browse the repository at this point in the history
…tion"

This reverts commit eafa1c4, reversing
changes made to f251437.
  • Loading branch information
josevalim committed Jan 26, 2012
1 parent eafa1c4 commit 8fab395
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -43,7 +43,7 @@ class Application < Rails::Application
config.encoding = "utf-8" config.encoding = "utf-8"
# Configure sensitive parameters which will be filtered from the log file. # 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. # 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, # This is necessary if your schema can't be completely dumped by the schema dumper,
Expand Down

0 comments on commit 8fab395

Please sign in to comment.