Password Set/Reset not possible (passwordStrength)

Product/components used and version/fix level:

  • env988075

Detailed explanation of the problem:

  • new created user not possible to reset password. (passwordStrength)

Error messages / full error message screenshot / log file:

Folgende Pflichtfelder sollten angegeben werden: passwordStrength

grafik

Question related to a free trial, or to a production (customer) instance?

free trial

This is a known problem.

R&D are working to fix it.

To workaround until the issue is fixed, please use rest API instead of UI.

curl --location --request PUT ‘{url}/user/passwordReset?tenantId={tenant_id}’
–header ‘Content-Type: application/json’
–data ‘{
“newPassword”: “{new_password}”,
“passwordStrength”: “GREEN”,
“token”: “{password_reset_token}”
}’

Thanks for the reply, this is not a suitable solution for me.
Hopefully the problem will be solved soon.