Merge pull request #25521 from mitodl/arslanashraf/193-sysadmin-auth-map-button

SysAdmin: Removed external authentication map repair button from User Tab
This commit is contained in:
David Ormsbee
2020-11-09 09:23:39 -05:00
committed by GitHub
2 changed files with 1 additions and 8 deletions

View File

@@ -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.

View File

@@ -103,12 +103,6 @@ textarea {
<hr />
<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