devise
devise copied to clipboard
Allow skipping password length validation if `password_length: nil (or false)`
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.
If you are implementing your own validations, why are you including :validatable in the devise config?