Generate admin password on db:seed

Test admin account creation in db:seed
This commit is contained in:
2026-04-30 18:23:00 +02:00
parent dedea0246f
commit 3454d3052b
9 changed files with 54 additions and 15 deletions

View File

@@ -179,7 +179,7 @@ Devise.setup do |config|
# ==> Configuration for :validatable
# Range for password length.
config.password_length = 5..128
config.password_length = 5..32
# Email regex used to validate email formats. It simply asserts that
# one (and only one) @ exists in the given string. This is mainly