{% extends 'affiliates_app/base_affiliate.html' %} {% load static %} {% block title %}Reset Affiliate Password | Partner with Ensolanka{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
Affiliate Account Recovery

Reset Your Affiliate Partner Password

Enter the email address linked to your Ensolanka Affiliate Partner account. If it matches a registered account, password reset instructions will be sent.

Secure recovery for Affiliate Partner accounts
Password reset instructions are delivered by email
Return safely to your Global Ambassador dashboard
This reset form is intended only for registered Ensolanka Affiliate Partners / Global Ambassadors.

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.errors and not form.non_field_errors %}
Please correct the error below.
{% endif %}
{% if form.email.errors %}
{{ form.email.errors|striptags }}
{% endif %}
{% endblock %}