mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Merge pull request #2868 from rmm5t/patch-1
Update password_length docs in config template
This commit is contained in:
commit
60b6a80764
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ Devise.setup do |config|
|
|||
# config.rememberable_options = {}
|
||||
|
||||
# ==> Configuration for :validatable
|
||||
# Range for password length. Default is 8..128.
|
||||
# Range for password length.
|
||||
config.password_length = 8..128
|
||||
|
||||
# Email regex used to validate email formats. It simply asserts that
|
||||
|
|
Loading…
Add table
Reference in a new issue