heartcombo / devise

Flexible authentication solution for Rails with Warden.
http://blog.plataformatec.com.br/tag/devise/
MIT License
23.89k stars 5.54k forks source link

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

Open johnnyshields opened 1 year ago

johnnyshields commented 1 year ago

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.