devise icon indicating copy to clipboard operation
devise copied to clipboard

Allow skipping password length validation if `password_length: nil (or false)`

Open johnnyshields opened this issue 3 years ago • 1 comments

I have custom validation logic for password length, and as such I'd like to skip the default validation from Devise. Please let me know if this patch would be accepted, and if so, I'll add tests.

johnnyshields avatar Apr 09 '23 13:04 johnnyshields

If you are implementing your own validations, why are you including :validatable in the devise config?

colinross avatar Dec 24 '24 01:12 colinross