Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc of how users can change password #637

Merged
merged 1 commit into from
Dec 5, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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