From 8058f9a7950b946bfd199d878249836d8d00c4d0 Mon Sep 17 00:00:00 2001
From: Jonas Waeber <jonas.waeber@unibas.ch>
Date: Thu, 6 Feb 2025 16:35:21 +0100
Subject: [PATCH] fix

---
 jupyterhub_config.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jupyterhub_config.py b/jupyterhub_config.py
index 260078d..8319c0c 100644
--- a/jupyterhub_config.py
+++ b/jupyterhub_config.py
@@ -176,7 +176,7 @@ c = get_config()  #noqa
 #    - pam: jupyterhub.auth.PAMAuthenticator
 #  Default: 'jupyterhub.auth.PAMAuthenticator'
 c.JupyterHub.authenticator_class = 'nativeauthenticator.NativeAuthenticator'
-
+c.Authenticator.allow_all = True
 c.NativeAuthenticator.open_signup = True
 
 ## The base URL of the entire application.
-- 
GitLab