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