Browse Source

Avoid user enumeration with devise paranoid mode (#1527)

closed-social-glitch-2
Yann GUERN 7 years ago
committed by Eugen
parent
commit
a85d4473aa
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      config/initializers/devise.rb

+ 2
- 1
config/initializers/devise.rb View File

@ -74,7 +74,8 @@ Devise.setup do |config|
# It will change confirmation, password recovery and other workflows # It will change confirmation, password recovery and other workflows
# to behave the same regardless if the e-mail provided was right or wrong. # to behave the same regardless if the e-mail provided was right or wrong.
# Does not affect registerable. # Does not affect registerable.
# config.paranoid = true
# See : https://github.com/plataformatec/devise/wiki/How-To:-Using-paranoid-mode,-avoid-user-enumeration-on-registerable
config.paranoid = true
# By default Devise will store the user in session. You can skip storage for # By default Devise will store the user in session. You can skip storage for
# particular strategies by setting this option. # particular strategies by setting this option.

Loading…
Cancel
Save