Merge pull request #637 from mauro3/patch-2

Doc of how users can change password
This commit is contained in:
Georgiana Elena
2020-12-05 17:59:02 +02:00
committed by GitHub

View File

@@ -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 log out and try to log back in, they will be asked to provide a username and
password. password.
Users changing their own password
=================================
Users can change their password by first logging into their account and then visiting
the url ``<your_server_ip>/hub/auth/change-password``.
Allowing anyone to log in to your JupyterHub Allowing anyone to log in to your JupyterHub
============================================ ============================================
@@ -39,7 +45,7 @@ the JupyterHub, run the following command.
Resetting user password 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 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 home directories. The user can then set a new password by logging in again with
their new password. their new password.