jupyterhub / nativeauthenticator

JupyterHub-native User Authenticator
https://native-authenticator.readthedocs.io
BSD 3-Clause "New" or "Revised" License
72 stars 69 forks source link

The user doesnt show up after admin approve the sign-up request #147

Open imdodolook opened 3 years ago

imdodolook commented 3 years ago

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?

consideRatio commented 3 years ago

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.