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

Set new password

Enter the verification code sent to your email

{% if success %}
{{ success }}
{% endif %} {% if error %}
{{ error }}
{% endif %}
Check your email for the verification code
Minimum 8 characters, must include uppercase, lowercase, number, and symbol
{% endblock %}