-
Notifications
You must be signed in to change notification settings - Fork 346
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
FirstUseAuthenticator not prompting to create password for new user #306
Comments
Heya! Can you provide some more details about what behaviour you were expecting and what behavior you got? That'll help us figure out what's happening. Thanks! |
Hi I've installed the latest version of TLJH and configured for First Use Authenticator. According to the documentation, when creating a new user, that user should be prompted to create or change a password upon first logon? Is that the correct expecatation? What happens is, when I create the user account, I can log in without any password. If I navigate to /hub/auth/change-password I can then change the password and it's set. But the user account seems to be created with no password needed initially. |
Yep. Confirm this bug. New user is not requested to change password on first login. |
Same issue except when I go to /hub/auth/change-password and try to set a new password I get a
|
I've sent fix to this issue as pull request. It not yet accepted. |
I'm having the same problem. I've got a fresh install of TLJH on an Ubuntu 18.04 VM. When I create a new user I don't get a prompt to set a password for the user on first login. If I try and go to
|
Hi @yuvipanda, Was there any resolution to this bug? I am having the exact same issue as above. I've installed the latest version of TLJH on an AWS Ubuntu 18.04 instance, and configured for First Use Authenticator. It looks great - like exactly what I need to manage a couple of MA students. However, like garethj, I can log in with the admin account and it asked me to create a password. But when I log in to test their credentials, I put in a username and it does not ask for a password. I cannot see any option to change a password, and if I navigate to I can run It is a shame because TLJH looks awesome but if the users cannot set a password I am not sure how realistic using it is. |
(thomas is the name of the user for whom the error occured) |
I realise now I was asking journalctl for the logs for the wrong user. For -u jupyterhub I can see the error. Seems to be the same error as @gareth-j , Full details are:
@efedorov-dart was this the error that your pull request addressed? It is not obvious to me what exactly the error is here or how to fix it @yuvipanda. I tried messing around with line 53 in firstauthenticator.py but it seems to be an issue with the internals of web.py in the Tornado package, which I am not at all familiar with... |
Hi - I realise now I did not understand that users had to enter their password for the first time at logon. I thought they logged in with no password, and then set it once logged in. Entering their password at the first logon does work. However, I cannot see a menu to change the password in the Control Panel section for the logged in user, and if I navigate to |
No description provided.
The text was updated successfully, but these errors were encountered: