1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00

Added a commented line for paranoid mode on generator

This commit is contained in:
Rodrigo Flores 2011-06-22 12:38:17 -03:00
parent 6199252011
commit db959da247

View file

@ -53,6 +53,9 @@ Devise.setup do |config|
# The realm used in Http Basic Authentication. "Application" by default.
# config.http_authentication_realm = "Application"
# If you want to avoid user enumeration through error messages.
# config.paranoid = true
# ==> Configuration for :database_authenticatable
# For bcrypt, this is the cost for hashing the password and defaults to 10. If
# using other encryptors, it sets how many times you want the password re-encrypted.