Skip to content

Commit

Permalink
Change minimum password length to 10.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcel-strzalka committed Oct 5, 2022
1 parent c7a8c90 commit f465ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/devise.rb
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def skip_format?

# ==> Configuration for :validatable
# Range for password length.
config.password_length = 6..128
config.password_length = 10..128

# Email regex used to validate email formats. It simply asserts that
# one (and only one) @ exists in the given string. This is mainly
Expand Down

0 comments on commit f465ecc

Please sign in to comment.