-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
7.10.x, 7.11.x
// given
use the default resource whitelist pattern
// when
I add a new user with special characters in the user id
// then
I see the following error message
Webapp Error Message:
Failed to create user. Check if it already exists.
Serverlog:
User has an invalid id: 'hans#' is not a valid resource identifier.: org.camunda.bpm.engine.ProcessEngineException: User has an invalid id: 'hans#' is not a valid resource identifier.
// expected behavior
error message in the frontend should reflect the correct error cause: ID validation fails.