Disable regs, nicer errors and flash messages

This commit is contained in:
2020-11-11 19:18:21 +01:00
parent a09741ba28
commit 2b153bef8d
8 changed files with 44 additions and 72 deletions

View File

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