Skip to content

Commit

Permalink
Adds email hash to log filter
Browse files Browse the repository at this point in the history
  • Loading branch information
MacTwister committed Dec 19, 2023
1 parent ee810cb commit aea5c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/filter_parameter_logging.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Be sure to restart your server when you modify this file.

# Configure sensitive parameters which will be filtered from the log file.
Rails.application.config.filter_parameters += [:password]
Rails.application.config.filter_parameters += [:password, :email_validation_hash]

0 comments on commit aea5c09

Please sign in to comment.