From 84e93d3cf56ce5c9a3cf2c8e82ee8d91f3d22261 Mon Sep 17 00:00:00 2001 From: "C. Titus Brown" Date: Wed, 4 Jul 2018 07:29:13 -0700 Subject: [PATCH] note that user is created first time server is started --- docs/tutorials/jetstream.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/tutorials/jetstream.rst b/docs/tutorials/jetstream.rst index 999a62c..ee2b095 100644 --- a/docs/tutorials/jetstream.rst +++ b/docs/tutorials/jetstream.rst @@ -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 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 users to!