simple-login/templates/emails/transactional/reset-password.txt

9 lines
155 B
Plaintext
Raw Normal View History

2022-02-16 17:52:35 +00:00
{% extends "base.txt.jinja2" %}
{% block content %}
2019-11-20 21:05:37 +00:00
To reset or change your password, please click on this link:
2019-11-16 14:08:29 +00:00
{{reset_password_link}}
2022-02-16 17:52:35 +00:00
{% endblock %}