From dcbb37688e7be4b2324094dd6af1d57d468f8b4d Mon Sep 17 00:00:00 2001 From: Min RK Date: Fri, 23 Aug 2024 11:39:41 +0200 Subject: [PATCH] doc adding users with github, since they won't be allowed by default --- docs/howto/auth/github.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/howto/auth/github.md b/docs/howto/auth/github.md index 47fed0a..2e5baf5 100644 --- a/docs/howto/auth/github.md +++ b/docs/howto/auth/github.md @@ -91,10 +91,16 @@ For more information on `tljh-config`, see [](/topic/tljh-config). 4. Tell your JupyterHub to _use_ the GitHub OAuthenticator for authentication: ``` - sudo tljh-config set auth.type oauthenticator.github.GitHubOAuthenticator + sudo tljh-config set auth.type github ``` -5. Restart your JupyterHub so that new users see these changes: +5. Tell JupyterHub which users to allow, if you haven't already: + + ``` + sudo tljh-config add-item users.allowed good-user_1 + ``` + +6. Restart your JupyterHub so that new users see these changes: ``` sudo tljh-config reload