Skip to content

Commit

Permalink
Merge pull request #90 from BSierakowski/patch-1
Browse files Browse the repository at this point in the history
Set Devise to use "Paranoid" mode
  • Loading branch information
ryanckulp authored Oct 16, 2023
2 parents 60294ed + be06681 commit 25b36a2
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 @@ -90,7 +90,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
# particular strategies by setting this option.
Expand Down

0 comments on commit 25b36a2

Please sign in to comment.