{% extends "base.html" %} {% set hide_header = true %} {% set hide_footer = true %} {% block title %}Change Password - Ursa Customer Portal{% endblock %} {% block content %}

Change Your Password

{% if reason == 'temporary' %}

You're logging in with a temporary password. Please set a new password to continue.

{% else %}

Please set a new password

{% endif %}
{% if success %}
{{ success }}
{% endif %} {% if error %}
{{ error }}
{% endif %} {% if reason == 'temporary' %}
Welcome!

A temporary password was sent to {{ email }}. For security, you must set a new password before accessing your account.

{% endif %}
Minimum 8 characters, must include uppercase, lowercase, number, and symbol
{% endblock %}