-
Notifications
You must be signed in to change notification settings - Fork 2.1k
How to create user? #1210
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
Comments
the default authenticator is PAMAuthenticator. suposed you have an account in your linux named "Robert", and the password is "123456" in short words, use the account you login in you linux system!!!! |
JupyterHub doesn't itself allow creation of user accounts. That's generally handled by the outside system that the Hub uses for authentication, such as PAM (system users) or GitHub, etc. JupyterHub's only sense of users is a whitelist of users you want to allow access to your Hub, in case you only want a subset of the users in your authentication service to have access to your Hub (e.g. you don't want to grant all GitHub users access to your Hub). For this, you use the
|
Hi @kiwi0217, I hope @minrk's response helped you. As a beginner, you may find the Zero to JupyterHub guide helpful too. |
how about I run jupyterhub in docker caontainners, then what is my pam account? |
@ShannonLS I am not sure. It depends on how you build the image. If you use the official docker image, you can check here. The user is |
Where can I find this jupyterhub_config.py file? |
you need to run the command jupyterhub --generate-config |
I have the same problem. I want to use Linux users but jupyterhub is running inside a docker container. Can anyone suggest a solution please? thanks |
Open a second console and run
Then you will be asked for the password. In addition, run following command within the container:
Otherwise Spawning server does not work, also see: Afterwards you are able to login with the just created login credentials. |
I am trying to add a new user and a new admin by |
Sorry, i'm a beginner. i installed jupyterhub, and run it successfully. But i can't find the place to creat account in the login interface. And i have read the "Getting started with JupyterHub" but still don't understand how to creat account to login.
The text was updated successfully, but these errors were encountered: