Skip to content

Commit

Permalink
Enable Devise’s paranoid mode (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
remi authored Jan 8, 2025
1 parent 766995d commit 21effd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/devise.rb
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
# It will change confirmation, password recovery and other workflows
# to behave the same regardless if the e-mail provided was right or wrong.
# Does not affect registerable.
# config.paranoid = true
config.paranoid = true

# By default Devise will store the user in session. You can skip storage for
# :http_auth and :token_auth by adding those symbols to the array below.
Expand Down

0 comments on commit 21effd4

Please sign in to comment.