-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to sign in alfter sign up #118
Comments
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
Hello @marrycheck! Just to confirm, did you add your admin user to the configuration (see the documentation) so that it will be authorized to login? |
Thanks for your reply,@lambdaTotoro .I have added admin user to the configuration,and in the |
Okay, I just set up JupyterHub with the current NativeAuthenticator on a fresh Ubuntu install and I couldn't reproduce this problem with a user called "admin", i.e. I can login just fine. Could you make sure you start JupyterHub with the correct flags ( |
In my env,i use helm to set up JupyterHub.Helm version is 0.9.1,and i have checked and tested the password several times,,, |
Bug description
WHen i integrate nativeauthenticator and jupyterhub,and jupyterhub's version is 1.1.0,nativeauthenticator 's version is lastest,i can create a new admin user from sign up page,but can not sign in.Error msg is
Invalid username or password
.And i rebuild the docker image by using Dockerfile:
FROM jupyterhub/k8s-hub:0.9.1
RUN pip install git+https://github.com/jupyterhub/nativeauthenticator.git
Any suggestions would be greatly appreciated!
Expected behaviour
success to sign in
Actual behaviour
How to reproduce
Your personal set up
The text was updated successfully, but these errors were encountered: