add feature flag to disable login button (for systems which autologin)

This commit is contained in:
ichuang
2012-08-10 15:57:41 -04:00
parent f556e3f7d9
commit b159eb4825
3 changed files with 11 additions and 0 deletions

View File

@@ -55,6 +55,8 @@ MITX_FEATURES = {
'ENABLE_SQL_TRACKING_LOGS': False,
'ENABLE_LMS_MIGRATION': False,
'DISABLE_LOGIN_BUTTON': False, # used in systems where login is automatic, eg MIT SSL
# extrernal access methods
'ACCESS_REQUIRE_STAFF_FOR_COURSE': False,
'AUTH_USE_OPENID': False,