From 7facb262fc5fe6d4abca7b8fb241c942cf45ffe1 Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Wed, 8 Aug 2012 14:10:05 -0400 Subject: [PATCH] Remove openid link when feature is disabled. https://www.pivotaltracker.com/story/show/34090805 --- lms/templates/login_modal.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lms/templates/login_modal.html b/lms/templates/login_modal.html index c89931695c..8652f457e6 100644 --- a/lms/templates/login_modal.html +++ b/lms/templates/login_modal.html @@ -27,9 +27,11 @@ Not enrolled? Forgot password?

+% if settings.MITX_FEATURES.get('AUTH_USE_OPENID'):

login via openid

+% endif