[34078525] Add test settings for openid

This commit is contained in:
Carlos Andrés Rocha
2012-08-31 06:31:18 -04:00
parent 27fe80d57c
commit d702082daa
3 changed files with 8 additions and 2 deletions

View File

@@ -244,7 +244,8 @@ def ssl_login(request):
# try the direct apache2 SSL key
cert = request._req.subprocess_env.get(certkey, '')
except Exception:
pass
cert = None
if not cert:
# no certificate information - go onward to main index
return student_views.index(request)