From 54bf701a6d124d4985c538e6670d87ef8b6b37e0 Mon Sep 17 00:00:00 2001
From: Krish M <krish94@uab.edu>
Date: Wed, 13 Apr 2022 15:33:28 -0500
Subject: [PATCH] added invalid eppa values

---
 app/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/__init__.py b/app/__init__.py
index 9514ef8..5eb3328 100644
--- a/app/__init__.py
+++ b/app/__init__.py
@@ -40,7 +40,7 @@ def create_app(config_name):
     @app.route('/', methods=['GET', 'POST']) # initial route to display the reg page
     def index():
 
-        invalid_eppa = ["staff", "affiliate"]
+        invalid_eppa = ["alum", "library-walk-in"]
 
         if 'uid' not in session:
             session['uid']=str(uuid.uuid4())
-- 
GitLab