[fix #1915] enable devise paranoid mode

This commit is contained in:
simon lehericey 2018-05-09 15:56:47 +02:00
parent 0b87944368
commit 569da996d2

View file

@ -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.