[FEAT] Enable django-allauth for enhanced user management & federation

This commit is contained in:
2023-02-24 19:42:07 +00:00
parent 05ca7433f1
commit 86e18c399d
58 changed files with 1248 additions and 30 deletions

View File

@@ -67,7 +67,7 @@
{% load hijack %}
{% if person.user == request.user and not request.user.is_hijacked %}
<a class="btn btn-info"
href="{% url 'password_change' %}?next={{ person.get_absolute_url }}">Change Password</a>
href="{% url 'account_email' %}?next={{ person.get_absolute_url }}">Account Details</a>
{% endif %}
{% if request.user.is_superuser and person.user and person.user != request.user %}