osuosl / streamwebs

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

bugfix/password_strong #626

Closed CarvellWakeman closed 6 years ago

CarvellWakeman commented 6 years ago

Fixes issue #617

Changes in this PR.

Changes to all user forms to use a new method, clean_password_validators. This method uses the password validators defined in settings.py.

Testing this PR.

Check all user forms and make sure the password constraints are all the same. This includes register, add account, edit account, password reset form.