{% extends 'expat_life/base.html' %} {% block title %}Choose New Password | Live in Sri Lanka{% endblock %} {% block content %} >
Secure Password Reset

Create a New Password

Choose a strong new password for your Guest account and return safely to your Live in Sri Lanka journey.

Use a password that is difficult for others to guess.
Avoid using a password you already use on another account.
Your new password protects access to your Guest dashboard and selections.
{% if validlink %}

Set New Password

Enter and confirm your new password below.

{% csrf_token %} {% if form.non_field_errors %}
{{ form.non_field_errors }}
{% endif %}
{% if form.new_password1.errors %}
{{ form.new_password1.errors|striptags }}
{% endif %}
{% if form.new_password2.errors %}
{{ form.new_password2.errors|striptags }}
{% endif %}
{% if form.new_password1.help_text %}
{{ form.new_password1.help_text|safe }}
{% endif %}
{% else %}

Password Reset Link Is Invalid

This password reset link may have already been used or may have expired. Please request a fresh password reset email.

Request New Reset Link
{% endif %}
{% endblock %}