From 48e407b841dcbc251c9ef10be1367878162587f5 Mon Sep 17 00:00:00 2001 From: Kabilar Gunalan Date: Thu, 28 May 2026 10:01:35 -0500 Subject: [PATCH] Auto-approve users with an EPFL email --- dandiapi/api/views/auth.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dandiapi/api/views/auth.py b/dandiapi/api/views/auth.py index 2f2d27f19..7b30dadb1 100644 --- a/dandiapi/api/views/auth.py +++ b/dandiapi/api/views/auth.py @@ -136,6 +136,7 @@ def user_questionnaire_form_view(request: AuthenticatedRequest) -> HttpResponse: '@ccf.org', '.ac.uk', '.mcgill.ca', + '@epfl.ch', ] )