{% extends 'emails/base.html.twig' %}
{% block title %}Nouveau mot de passe — Bubul{% endblock %}
{% block content %}
Votre nouveau mot de passe
Bonjour {{ user.firstName }}, votre mot de passe a été réinitialisé par un administrateur.
Email {{ user.email }}Nouveau mot de passe{{ password }}
{% include 'emails/_atoms/warning-box/warning-box.html.twig' with { text: "Changez ce mot de passe dès votre prochaine connexion." } only %}
{% include 'emails/_atoms/button/button.html.twig' with { label: "Se connecter", href: loginUrl } only %}
{% endblock %}