owncloud / guests

:family: Share with externals easily via email address
https://marketplace.owncloud.com/apps/guests
GNU General Public License v2.0
6 stars 13 forks source link

Add password complexity hints #483

Open ChrisEdS opened 2 years ago

ChrisEdS commented 2 years ago

Steps to reproduce

  1. Setup password policy
  2. Create a guest user
  3. Set password

Expected behaviour

With this pull request we introduced password policy hints on the server side: https://github.com/owncloud/password_policy/pull/335

The same behaviour should be also implemented for the guest account.

image

Actual behaviour

No hints will be shown when creating the guests password.

image

The hint is showing up one-by-one after setting a password:

image

ChrisEdS commented 2 years ago

We should then make the upper and lower case uniform right away.

image vs image and image