mozilla / id.webmaker.org

OAuth 2.0 identity provider for Webmaker
https://id.webmaker.org
Mozilla Public License 2.0
19 stars 51 forks source link

update front end password strength checks to match relaxed policy #320

Open cadecairos opened 9 years ago

cadecairos commented 9 years ago

we can use the owasp-password-strength-test module to do this

xmatthewx commented 9 years ago

Is this resolved? Does this need to happen on both teach and in Webmaker?

cadecairos commented 9 years ago

This isn't resolved yet.

cadecairos commented 9 years ago

Does this need to happen on both teach and in Webmaker?

Teach uses id exclusively for sign up / sign in, so fixing the front end to match the actual password policy will handle things there. Webmaker has a sign up form of its own, so it needs to update its client side password validation itself (if it hasn't already).

xmatthewx commented 9 years ago

Alrighty. Confirmed this is done on Webmaker Android.