openMF / web-app

Mifos X Web App is the revamped version of the Mifos X Community App built on top of the Fineract Platform leveraging the popular Angular framework.
https://openmf.github.io/web-app/
Mozilla Public License 2.0
232 stars 538 forks source link

refactor: align ui and backend password validation policy #2187

Closed leksinomi closed 2 weeks ago

leksinomi commented 3 weeks ago

Description

This PR updates password validation to ensure consistency between frontend and backend components. Passwords are now required to be 12-50 characters long, including uppercase and lowercase letters, digits, and special characters, without spaces or consecutive repeating characters.

Related issues and discussion

{Issue Number}

Screenshots, if any

Checklist

Please make sure these boxes are checked before submitting your pull request - thanks!