{% extends "base.html" %} {% block title %}External Auth API Services Password Reset{% endblock %} {% block content %}

This service will reset your password for all External Auth API Services. If you wish to continue please enter a new password below.

{{ form.as_table }}

{% csrf_token %}
{% endblock %}