What problem are you trying to solve with Submitty
Currently, there are password requirements (at least for self account creation), but they are hardcoded and not configurable.
#12324 is trying to enforce password requirements in the UI (when users change their passwords), and when thinking about it, some institutions might have different password requirements.
Describe the way you'd like to solve this problem
Add a password configuration (similar to user_id requirements) to the setup process (possibly also a 'migration')
A side note, it would be nice (if using password requirements such as the ones in isValidPassword) to add the requirements to the 'Change Password' modal, and to the documentation at submitty.org/student/account/password
What problem are you trying to solve with Submitty
Currently, there are password requirements (at least for self account creation), but they are hardcoded and not configurable.
#12324 is trying to enforce password requirements in the UI (when users change their passwords), and when thinking about it, some institutions might have different password requirements.
Describe the way you'd like to solve this problem
Add a password configuration (similar to user_id requirements) to the setup process (possibly also a 'migration')
A side note, it would be nice (if using password requirements such as the ones in isValidPassword) to add the requirements to the 'Change Password' modal, and to the documentation at submitty.org/student/account/password