{# subject: Reset Your Imbi Password #} {% extends "base.html" %} {% block title %}Password Reset{% endblock %} {% block header %}Password Reset Request{% endblock %} {% block body %}
We received a request to reset your password for your Imbi account. If you didn't make this request, you can safely ignore this email.
To reset your password, click the button below. This link will expire in 24 hours.
Security Tips:
If the button above doesn't work, copy and paste this link into your browser:
{{ reset_url }}
If you have any questions or didn't request a password reset, please contact your administrator immediately.
{% endblock %}