From 4329420d30afbf4d80a179c96ea4a422d73678d7 Mon Sep 17 00:00:00 2001 From: Leticia Portella Date: Tue, 2 Oct 2018 16:09:33 -0300 Subject: [PATCH] add question on how to change password --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 862929f..dc3113a 100644 --- a/README.md +++ b/README.md @@ -47,9 +47,15 @@ For security Reasons. Users are likely to set an, insecure password at login time, and you do not want a brute-force/dictionary attack to manage to login by attacking via ssh or another mean. +#### How can I change my password? + +To change your password, you should login in your jupyterhub account, +go to `/hub/auth/change-password` and change the password. + ## Security When using `FirstUseAuthenticator` it is advised to automatically prepend the name of the user with a known-prefix (for example `jupyter`). This would prevent for example, someone to log-in as `root`, as the created user would be `jupyter-root`. +