Change user password #12290
Unanswered
NikitaKemarskiyLeia
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I use "@keycloak/keycloak-admin-client" npm package to leverage Keycloak Admin API. How can I change user's password with it? Haven't managed to find such functionality. I see it's supported in Keycloak Admin API.
What do I need:
How can I do it using the "@keycloak/keycloak-admin-client"?
I see user.resetPassword method here, but it doesn't allow to validate current password. How can I validate it then?
P.S. It would be cool if client could change password using plain Keycloak API directly (not via backend using Keycloak Admin API), but it seems that it's impossible
Beta Was this translation helpful? Give feedback.
All reactions