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

replaced valid_eppa as a variable from groupvars

parent 38dc5060
Branches feat-shib-eppa
No related tags found
1 merge request!4Feat- Parse Shibboleth eduPersonAffiliationValues attribute
Pipeline #5883 failed 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():
valid_eppa = ["faculty", "staff", "student", "affiliate"]
valid_eppa = vars.valid_eppa
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