1
0
Fork 0
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:
Ches Martin 2011-08-05 17:07:54 +07:00
parent 7a5086a2be
commit c95575b284

View file

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