Rename of feature AUTH_USE_MIT_CERTIFICATES to AUTH_USE_CERTIFICATES across platform.

Caution! This is backwards incompatible
This commit is contained in:
Carson Gee
2014-02-03 14:30:09 -05:00
parent f33c308979
commit 8cbe263ca0
13 changed files with 27 additions and 24 deletions

View File

@@ -43,7 +43,7 @@ FEATURES = {
'ENABLE_DISCUSSION_SERVICE': False,
'AUTH_USE_MIT_CERTIFICATES': False,
'AUTH_USE_CERTIFICATES': False,
# email address for studio staff (eg to request course creation)
'STUDIO_REQUEST_EMAIL': '',