Skip to content

Commit

Permalink
Merge pull request #637 from mauro3/patch-2
Browse files Browse the repository at this point in the history
Doc of how users can change password
  • Loading branch information
GeorgianaElena authored Dec 5, 2020
2 parents 9ada0d8 + bc5cbd3 commit b6e8241
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/howto/auth/firstuse.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 ``<your_server_ip>/hub/auth/change-password``.

Allowing anyone to log in to your JupyterHub
============================================

Expand All @@ -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.
Expand Down

0 comments on commit b6e8241

Please sign in to comment.