{% extends 'expat_life/base.html' %} {% block title %}Reset Guest Password | Live in Sri Lanka{% endblock %} {% block content %}
Guest Account Recovery

Reset Your Guest Password

Enter the email address linked to your Live in Sri Lanka Guest account. If it matches a registered account, password reset instructions will be sent.

Secure password recovery for Guest accounts
Reset instructions are delivered by email
Return safely to your Sri Lanka living journey
This reset form is intended only for registered Guest accounts in the Live in Sri Lanka platform.

Request Password Reset

We will email reset instructions where applicable.

{% csrf_token %} {% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %} {% if form.non_field_errors %}
{{ form.non_field_errors }}
{% endif %}
{% if form.email.errors %}
{{ form.email.errors|striptags }}
{% endif %}
{% endblock %}