{# subject: Reset Your Imbi Password #}
{% extends "base.txt" %}

{% block header %}PASSWORD RESET REQUEST{% endblock %}

{% block body %}
Hello {{ display_name }},

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, visit the link below. This link will expire in 24 hours.

{{ reset_url }}

SECURITY TIPS:
  * This link expires in 24 hours
  * The link can only be used once
  * If you didn't request this, please ignore this email

If you have any questions or didn't request a password reset, please contact your administrator immediately.

Happy organizing!
The Imbi Team
{% endblock %}
