From 8ccd8ae61dfc149f0ae062d978fccb9cd8760ca2 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Mon, 8 Feb 2021 17:51:31 +0100 Subject: [PATCH] Fix code formatting in the docs --- docs/howto/auth/firstuse.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/howto/auth/firstuse.rst b/docs/howto/auth/firstuse.rst index 0053393..b81f6f4 100644 --- a/docs/howto/auth/firstuse.rst +++ b/docs/howto/auth/firstuse.rst @@ -16,6 +16,8 @@ Enabling the authenticator #. Enable the authenticator and reload config to apply the configuration: +.. code-block:: bash + sudo tljh-config set auth.type firstuseauthenticator.FirstUseAuthenticator sudo tljh-config reload @@ -26,7 +28,7 @@ password. Users changing their own password ================================= -Users can change their password by first logging into their account and then visiting +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