Setting user password after creating user using REST API

You cannot create user passwords via JupyterHub for PAM authenticator. You will have to do it using standard linux way passwd $USER. Check this post from another thread on a similar question.

2 Likes