{% extends "static/login_base.html" %} {% block title %}enviPath - Set New Password{% endblock %} {% block content %}

Set New Password

Please enter your new password below.

{% if validlink %}
Password Requirements
• 8 to 30 characters
• Upper and lower case letters
• Digits and special characters (_, -, +)
{% csrf_token %}
{% if form.new_password1.help_text %} {% endif %} {% if form.new_password1.errors %} {% endif %}
{% if form.new_password2.help_text %} {% endif %} {% if form.new_password2.errors %} {% endif %}
{% else %}
Invalid Reset Link
This password reset link is invalid or has expired.
Request New Reset Link
{% endif %}

Remember your password? Sign in

{% endblock %}