Skip to content

Commit

Permalink
Chore: remove "Change password" link from admin interface for now (#2447
Browse files Browse the repository at this point in the history
)
  • Loading branch information
angela-tran authored Oct 10, 2024
2 parents 889e4d8 + 57e5d82 commit b7dbf62
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions benefits/templates/admin/includes/usertools.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
{% url 'django-admindocs-docroot' as docsroot %}
{% if docsroot %}<a href="{{ docsroot }}">Documentation</a> /{% endif %}
{% endif %}
{% if user.has_usable_password %}
<a href="{% url 'admin:password_change' %}">Change password</a> /
{% endif %}
<img class="icon" width="15" height="15" src="{% static "img/icon/box-arrow-right.svg" %}" alt="" />
<form id="logout-form" method="post" action="{% url 'admin:logout' %}">
{% csrf_token %}
Expand Down

0 comments on commit b7dbf62

Please sign in to comment.