Product/components used and version/fix level:
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
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.
system
(system)
Closed
4
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.