Describe the bug
The current password policy forces the user to use a capital character as the first one.
To Reproduce
Steps to reproduce the behavior:
- Go to
Advanced -> Users
- Click on
Add User
- Use as password
tHisissecure1!
- See error
Expected behavior
It should be irrelevant, where the capital character is in the password
Additional context
It would be also nice, if the password policy error would be visible, before users hit Save or Update.
Furthermore, the password policies are checked sequential. If you use this as password, you'll get the complexity warning. Changing it to Test1 provides the "too short" warning.
Describe the bug
The current password policy forces the user to use a capital character as the first one.
To Reproduce
Steps to reproduce the behavior:
Advanced->UsersAdd UsertHisissecure1!Expected behavior
It should be irrelevant, where the capital character is in the password
Additional context
It would be also nice, if the password policy error would be visible, before users hit
SaveorUpdate.Furthermore, the password policies are checked sequential. If you use
thisas password, you'll get the complexity warning. Changing it toTest1provides the "too short" warning.