We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dd55d0 commit 1e4388fCopy full SHA for 1e4388f
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, :secret, :token, :admin_token, :_key, :crypt, :salt, :certificate, :otp, :ssn
8
]
0 commit comments