How admin can change user passed with NativeAuthenticator

Is it possible to reset the password of a jupyterhub user with NativeAuthenticator? How?

Not entirely sure … but having browsed through the codebase, I recall there being an endpoint for this …

If you look here in the code base you can see that there is an endpoint. You might have to look at the code for the handlers themselves, but it seems that if you hit /change-password/USERNAME you’ll be able to change the password as an admin.

I can confirm that @maegul 's solution works.

If you were trying to change the password for a user called “bob”, manually entering the URL “/hub/change-password/bob” would allow an admin to change bob’s password.