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 hope this is a real bug and not me missing something obvious. I was having a separate problem with TLJH where user signups weren't showing up in the control panel, and I thought I would circumvent this by making the users myself. However, when adding users, there is no option to set a password, and any attempt to login as one of those users will come up with Invalid username. This is using the NativeAuthenticator, I believe.
Expected behaviour
The user should either have no password, define their password at first login, or have their password defined when they are created.
Actual behaviour
The user cannot access JupyterHub due to lack of a password.
How to reproduce
Create a new user using "Add Users" in the admin tab of the Control Panel. The user will not be able to log in.
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! 👋
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! 👋
Welcome to the Jupyter community! 🎉
manics
transferred this issue from jupyterhub/the-littlest-jupyterhub
Feb 25, 2022
@Holmes5 Even if users are defined in the Hub admin panel, users still need to create their user/password with the "Sign up" dialog prior to signing in. In testing with Z2JH, I am seeing this working.
That said, I am also running into your original issue: that users are not created in the Hub after being authorized. Ideally, an admin authorizing a user would then create it in the hub's users table so they could log in.
Bug description
I hope this is a real bug and not me missing something obvious. I was having a separate problem with TLJH where user signups weren't showing up in the control panel, and I thought I would circumvent this by making the users myself. However, when adding users, there is no option to set a password, and any attempt to login as one of those users will come up with
Invalid username
. This is using the NativeAuthenticator, I believe.Expected behaviour
The user should either have no password, define their password at first login, or have their password defined when they are created.
Actual behaviour
The user cannot access JupyterHub due to lack of a password.
How to reproduce
Create a new user using "Add Users" in the admin tab of the Control Panel. The user will not be able to log in.
Your personal set up
tljh on Ubuntu 18.04
Full environment
Configuration
# jupyterhub_config.py
Logs
The text was updated successfully, but these errors were encountered: