From bc5cbd3dbdc612ea0130a3e3fb77a0e803adfc00 Mon Sep 17 00:00:00 2001 From: Mauro Date: Thu, 26 Nov 2020 10:29:27 +0100 Subject: [PATCH] Doc of how users can change password Doc of how users can change password for First Use Authenticator --- docs/howto/auth/firstuse.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/howto/auth/firstuse.rst b/docs/howto/auth/firstuse.rst index eeffbc5..0053393 100644 --- a/docs/howto/auth/firstuse.rst +++ b/docs/howto/auth/firstuse.rst @@ -23,6 +23,12 @@ Users who are currently logged in will continue to be logged in. When they log out and try to log back in, they will be asked to provide a username and password. +Users changing their own password +================================= + +Users can change their password by first logging into their account and then visiting +the url ``/hub/auth/change-password``. + Allowing anyone to log in to your JupyterHub ============================================ @@ -39,7 +45,7 @@ the JupyterHub, run the following command. Resetting user password ======================= -You can reset user passwords by *deleting* the user from the JupyterHub admin +The admin can reset user passwords by *deleting* the user from the JupyterHub admin page. This logs the user out, but does **not** remove any of their data or home directories. The user can then set a new password by logging in again with their new password.