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:
parent
6199252011
commit
db959da247
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue