-
Bug Report
-
Resolution: Unresolved
-
L3 - Default
-
None
-
None
-
None
Environment (Required on creation):
All environments
Description (Required on creation; please attach any relevant screenshots, stacktraces, log files, etc. to the ticket):
Only admin users are able to create new users.
See also the description in https://github.com/camunda/camunda-bpm-platform/pull/1939.
Steps to reproduce (Required on creation):
- Enable the password policy in the process engine configuration
- Create permission for a non-admin user to CREATE resource "User"
- Log into the web apps with that non-admin user
- Try to create a new user with a valid password
Observed Behavior (Required on creation):
The password is not validated successfully.
Expected behavior (Required on creation):
The password is validated successfully and the user is created.