[fix #1915] enable devise paranoid mode
This commit is contained in:
parent
0b87944368
commit
569da996d2
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ Devise.setup do |config|
|
|||
# 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.
|
||||
|
|
Loading…
Reference in a new issue