From bc838e4f042d5bb0518f947d4f94b60e0b88f445 Mon Sep 17 00:00:00 2001 From: Arslan Ashraf Date: Wed, 4 Nov 2020 13:57:22 +0500 Subject: [PATCH] SysAdmin: Removed external authentication map repair button from Users tab --- .../dashboard/decisions/0001-sysadmin-dashboard.rst | 3 +-- lms/templates/sysadmin_dashboard.html | 6 ------ 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/lms/djangoapps/dashboard/decisions/0001-sysadmin-dashboard.rst b/lms/djangoapps/dashboard/decisions/0001-sysadmin-dashboard.rst index a8e76e09d4..439546d329 100644 --- a/lms/djangoapps/dashboard/decisions/0001-sysadmin-dashboard.rst +++ b/lms/djangoapps/dashboard/decisions/0001-sysadmin-dashboard.rst @@ -24,8 +24,7 @@ Decision -------- The users tab provides Web based user management (create and delete user accounts), a listing of courses loaded, -and user statistics. There is also a button to repair the external authentication map, a task relevant to open -edX installations using Shibboleth and certificate-based authentication. +and user statistics. The courses tabs manages adding/updating courses from git, deleting courses, and provides course listing information, including commit hash, date and author for course imported from git. diff --git a/lms/templates/sysadmin_dashboard.html b/lms/templates/sysadmin_dashboard.html index a0d46d64c3..f813e45b74 100644 --- a/lms/templates/sysadmin_dashboard.html +++ b/lms/templates/sysadmin_dashboard.html @@ -97,12 +97,6 @@ textarea {

-

- -

-
%endif