UnconditionedLife / smum

SMUM Checkin for Santa Maria Urban Ministries (San Jose, California)
https://www.santamariasj.org
3 stars 0 forks source link

Password requirements are inconsistent and undocumented #153

Closed scott-r closed 7 months ago

scott-r commented 7 months ago

We need to document what requirements are enforced for user passwords (e.g. minimum length, upper/lower case, numeric and special characters).

By experimentation, it's clear that passwords for newly created users have a minimum length. However, they do not have to contain a numeric character. When changing an existing password, at least one numeric character IS required.

scott-r commented 7 months ago

Upon further experimentation, it appears that the rules are the same for new users and password changes: minimum length (8 chars?), 1 numeric char, 1 special char. Not sure if both upper and lower case are required. Can we check the user pool settings directly to verify what the requirements are?

Then it would be simple to add some text to the password change form to document the requirements.

scott-r commented 7 months ago

Text describing password requirements added to password change form.