From 606877d1f8e772a2431382cddb88c8df753612ef Mon Sep 17 00:00:00 2001 From: Leonardo Uieda Date: Thu, 21 Jan 2021 10:14:44 +0000 Subject: [PATCH] Own server install sets admin password in step 3 Fix the install instructions for own server setup where it said that the password was set in step 2 instead of 3. --- docs/install/custom-server.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/custom-server.rst b/docs/install/custom-server.rst index d7c579b..57f96cb 100644 --- a/docs/install/custom-server.rst +++ b/docs/install/custom-server.rst @@ -75,7 +75,7 @@ Step 1: Installing The Littlest JupyterHub .. image:: ../images/first-login.png :alt: JupyterHub log-in page -#. Login using the **admin user name** you used in step 2. You can choose any +#. Login using the **admin user name** you used in step 3. You can choose any password that you wish. Use a strong password & note it down somewhere, since this will be the password for the admin user account from now on.