osuosl / streamwebs

Streamwebs.org website
http://streamwebs.readthedocs.io/
4 stars 1 forks source link

Registration page should enforce a minimum password requirement, just like the password reset page #617

Closed CarvellWakeman closed 6 years ago

hertelc commented 6 years ago

What is the minimum password? Tracy was telling me earlier that it was a little prohibitive at one point for an easy website.

CarvellWakeman commented 6 years ago

I'm not positive what it is, but the forgot password page (built in django, not made by us) has a minimum, and the registration page + add account page does not.

The three pages should be consistent, with minimum requirements or not.

hertelc commented 6 years ago

Agreed.

CarvellWakeman commented 6 years ago

This is complete in the bugfix/password_strong branch.

This validation will need to be included when #607 is done.

hertelc commented 6 years ago

This looks good on staging. Closing issue.