mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Doc: DatabaseAuthenticatable still uses pepper option
This commit is contained in:
parent
7a5086a2be
commit
c95575b284
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ module Devise
|
|||
#
|
||||
# DatabaseAuthenticable adds the following options to devise_for:
|
||||
#
|
||||
# * +pepper+: a random string used to provide a more secure hash. Use
|
||||
# `rake secret` to generate new keys.
|
||||
#
|
||||
# * +stretches+: the cost given to bcrypt.
|
||||
#
|
||||
# == Examples
|
||||
|
|
Loading…
Reference in a new issue