Added an mechanism to reset passwords via mail.

This commit is contained in:
Jan Böhmer 2019-11-24 22:49:22 +01:00
parent 0716b8ff93
commit 6a0d027675
20 changed files with 2373 additions and 64 deletions

View file

@ -0,0 +1,11 @@
{% extends "main_card.html.twig" %}
{% block card_title %}
<i class="fas fa-key"></i>
{% trans %}pw_reset.request.header.title{% endtrans %}
{% endblock %}
{% block card_content %}
{{ form_start(form) }}
{{ form_end(form) }}
{% endblock %}