dav_auth: small refactorings and improvements under the hood
Run tests / Execute tox to run the test suite (push) Successful in 3m38s

This commit is contained in:
2026-05-28 16:50:44 +02:00
parent d9cfffb8c2
commit 50a33a9f47
7 changed files with 102 additions and 27 deletions
@@ -0,0 +1,11 @@
{% load bootstrap3 %}
{% load i18n %}
<br />
<p>
Dein Passwort entspricht nicht mehr den aktuellen Passwortrichtlinien.<br />
Bitte hilf uns die Daten deiner Teilnehmer zu schützen und ändere dein Passwort.<br />
</p>
<p>
<a href="{% url 'dav_auth:set_password' %}">{% trans 'Passwort ändern' %}</a>
</p>
<br />