heartcombo / devise

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

stricter password requirements #5657

Closed vdheera closed 2 months ago

vdheera commented 7 months ago

This PR is in response to the issue https://github.com/heartcombo/devise/issues/5591.

It increases the default password length to 10 characters as opposed to the 6 characters now & it requires that a password has an uppercase letter, lowercase letter and number.

The intention of this is to boost default security level within Devise.