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

removed shibboleth condition

parent 54bf701a
No related branches found
No related tags found
1 merge request!21Feat certify account
......@@ -50,8 +50,8 @@ def create_app(config_name):
session['return_url'] = request.args.get('redir', vars.default_referrer)
if(any(item in session['user'].get('eppa') for item in invalid_eppa)):
return render_template('errors/shibboleth.html', title='shibboleth error')
# if(any(item in session['user'].get('eppa') for item in invalid_eppa)):
# return render_template('errors/shibboleth.html', title='shibboleth error')
if rc_util.check_state(session['user'].get('username')) == "blocked":
return render_template('errors/blocked.html')
......
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