You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use jupyterhub api to auth the user sign up.
With admin user, In the authorize page , I can see the user is authorized . but I can see the new user in admin page only after this user login once. So is it a bug ? Can I use some api to make the user show up in the admin page withou logining at least once?
The text was updated successfully, but these errors were encountered:
I've reproduced this bug in a fresh TLJH installation that ended up having jupyterhub 1.4.0 by default.
Updated answer
Oh I read this wrong, thinking the authorize page was missing.
You can use the JupyterHub REST API to create users and such, but I would try avoiding that I think. Sounds like a bit much complexity added for something.
Hi Team:
I am trying to use jupyterhub api to auth the user sign up.
With admin user, In the authorize page , I can see the user is authorized . but I can see the new user in admin page only after this user login once. So is it a bug ? Can I use some api to make the user show up in the admin page withou logining at least once?
The text was updated successfully, but these errors were encountered: