@Steinkauz Hi, it was removed because it is generally considered unsafe to allow password changes using REST API. A user can change their password only through browser using AIA (Application Initiated Action) which is available in the new Account Console.
Ok thanks for the answer.
So it’s only possible to change password over keycloak UI?
If you want your own look for this, the only option is custom keycloak theme?
I guess I struggle to see the difference from sending a request via AIA and via a REST call…both seem to send the old and new password right in the request body, and both requests with TLS of course.