{% extends "emails/expat_life/base_expat_email.html" %} {% block email_title %}Reset Your Password - Live in Sri Lanka{% endblock %} {% block brand_title %}Password Reset Request{% endblock %} {% block brand_subtitle %} Secure access support for your Live in Sri Lanka Guest account {% endblock %} {% block email_content %}

Hello {{ user.get_username }},

We received a request to reset the password for your Live in Sri Lanka Guest account.

Please click the button below to create a new password.

Reset My Password

Security Notice:
If you did not request this password reset, you can safely ignore this email. Your password will not be changed unless you use the reset link.

If the button does not work, copy and paste this link into your browser:

{{ protocol }}://{{ domain }}{% url 'expat_life:foreigner_password_reset_confirm' uidb64=uid token=token %}

Thank you,
Live in Sri Lanka Team

{% endblock %}