YunoHost / issues

General issue tracker for the YunoHost project
71 stars 8 forks source link

Password policy description in apps manifest #2415

Open Salamandar opened 1 month ago

Salamandar commented 1 month ago

What if the password input question had a policy key with such available values:

min_length=8,max_length=18,lowercase=1,uppercase=1,symbols=1,numbers=1

and maybe use https://pypi.org/project/Password-Validation/ to check that user provided passwords follow the rules?

OniriCorpe commented 1 month ago

would add something like forbidden_characters