Skip to content
Snippets Groups Projects
Commit 54bf701a authored by Krish Moodbidri's avatar Krish Moodbidri
Browse files

added invalid eppa values

parent 7ba847f8
No related branches found
No related tags found
2 merge requests!4Feat- Parse Shibboleth eduPersonAffiliationValues attribute,!3Feat certify account
Pipeline #5819 canceled with stage
......@@ -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())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment