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.
1 parent bc93653 commit 039fcd3Copy full SHA for 039fcd3
config/initializers/filter_parameter_logging.rb
@@ -4,5 +4,5 @@
4
# Use this to limit dissemination of sensitive information.
5
# See the ActiveSupport::ParameterFilter documentation for supported notations and behaviors.
6
Rails.application.config.filter_parameters += [
7
- :passw, :secret, :token, :_key, :crypt, :salt, :certificate, :otp, :ssn
+ :passw, :email, :secret, :token, :_key, :crypt, :salt, :certificate, :otp, :ssn
8
]
0 commit comments