From 7b0867e89aff258189585581fc6376477b45154d Mon Sep 17 00:00:00 2001 From: Felipe Montoya Date: Fri, 29 Jan 2021 10:49:38 -0500 Subject: [PATCH] docs: add annotations for the DISABLE_LOGIN_BUTTON feature flag --- lms/envs/common.py | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/lms/envs/common.py b/lms/envs/common.py index f5a485b079..7842e33c24 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -185,7 +185,17 @@ FEATURES = { # .. toggle_tickets: None 'ENABLE_SYSADMIN_DASHBOARD': False, # sysadmin dashboard, to see what courses are loaded, to delete & load courses - 'DISABLE_LOGIN_BUTTON': False, # used in systems where login is automatic, eg MIT SSL + # .. toggle_name: FEATURES['DISABLE_LOGIN_BUTTON'] + # .. toggle_implementation: DjangoSetting + # .. toggle_default: False + # .. toggle_description: Removes the display of the login button in the navigation bar. + # Change is only at the UI level. Used in systems where login is automatic, eg MIT SSL + # .. toggle_use_cases: open_edx + # .. toggle_creation_date: 2013-12-03 + # .. toggle_target_removal_date: None + # .. toggle_warnings: None + # .. toggle_tickets: None + 'DISABLE_LOGIN_BUTTON': False, # .. toggle_name: FEATURES['ENABLE_OAUTH2_PROVIDER'] # .. toggle_implementation: DjangoSetting