From bc838e4f042d5bb0518f947d4f94b60e0b88f445 Mon Sep 17 00:00:00 2001
From: Arslan Ashraf <arslan.ashraf@arbisoft.com>
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 a8e76e09d47..439546d329a 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 a0d46d64c35..f813e45b74a 100644
--- a/lms/templates/sysadmin_dashboard.html
+++ b/lms/templates/sysadmin_dashboard.html
@@ -97,12 +97,6 @@ textarea {
 	  </button>
     </p>
 
-    <p>
-    <button type="submit" name="action" value="repair_eamap" style="width: 350px;">
-	  ${_('Check and repair external authentication map')}
-	</button>
-    </p>
-
     <hr width="40%" style="align:left">
 	</form>
  %endif
-- 
GitLab