How to validate password strength with Devise in Ruby on Rails?
问题 I want to force a user to choose a strong password on registration. I know, there are many jquery password strength meters out there, and I will most probably use one of them, too. But that does not really enforce anyone to choose a strong password. The registration form must also be useable without js enabled, so one could still potentially register with a weak password. Accounts must be most secure, because if you are logged in, you can see data of other accounts, which I do not want