owncloud / android

:phone: The ownCloud Android App
GNU General Public License v2.0
3.79k stars 3.05k forks source link

[FEATURE REQUEST] Manage password policy in live mode #4269

Closed jesmrec closed 7 months ago

jesmrec commented 8 months ago

Take a look how the web works when the password policy must be set:

https://github.com/owncloud/android/assets/14894746/979db7b0-137e-44c6-84dd-effe645ef96f

this would be cool to be implemented as well. We can take advantage of the capabilities information

 "password_policy": {
                    "max_characters": 72,
                    "min_characters": 8,
                    "min_digits": 1,
                    "min_lowercase_characters": 1,
                    "min_special_characters": 1,
                    "min_uppercase_characters": 1
}

to handle this.

Putting the focus in oCIS, if oC10 is straight forward it will be also ok.

INFO: https://github.com/owncloud/ocis/tree/master/services/frontend#the-password-policy

TASKS

michaelstingl commented 8 months ago

Related iOS FR: