Skip to content

Commit

Permalink
Hide the password/verifyhash from activeadmin
Browse files Browse the repository at this point in the history
  • Loading branch information
MacTwister committed Nov 21, 2023
1 parent dc22a81 commit ee810cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/active_admin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
# You can exclude possibly sensitive model attributes from being displayed,
# added to forms, or exported by default by ActiveAdmin
#
config.filter_attributes = [:encrypted_password, :password, :password_confirmation]
config.filter_attributes = [:encrypted_password, :password, :password_confirmation, :password_digest, :email_validation_hash, :fab10_coupon_code]

# == Localize Date/Time Format
#
Expand Down

0 comments on commit ee810cb

Please sign in to comment.