This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
cud-themes/idp/auth/login_password_profile.html

12 lines
323 B
HTML

{% load i18n %}
<h4>{% trans "Password" %}</h4>
<div>
{% if user.has_usable_password %}
<p><a href="{% url 'auth_password_change' %}">{% trans "Change password" %}</a></p>
{% else %}
{% comment %} <p><a href="{% url 'authopenid_password_change' %}">{% trans "Set password" %}</a></p> {% endcomment %}
{% endif %}
</div>