note that user is created first time server is started

This commit is contained in:
C. Titus Brown
2018-07-04 07:29:13 -07:00
parent 54b8a395f6
commit 84e93d3cf5

View File

@@ -165,6 +165,8 @@ web UI directly. Let's add a few users who can log in!
**Note**: These users will be added as UNIX users on the underlying **Note**: These users will be added as UNIX users on the underlying
Jetstream instance, too, and admin users will have ``sudo`` privileges. Jetstream instance, too, and admin users will have ``sudo`` privileges.
(The user will be created the first time the user's server is started,
e.g. upon first login.)
Congratulations, you now have a multi user JupyterHub that you can add arbitrary Congratulations, you now have a multi user JupyterHub that you can add arbitrary
users to! users to!