{% extends 'layout.html' %} {% block content %}
{% if context.reset_url_error == True %}
ILS Reset URL not valid. Please contact your system administrator.
{% else %} {% if context.reset == False %}

Provide your {{ context.domain }} user account to start the password reset process.

{% if context.error %}
{{ context.error }}
{% endif %}
{% else %}

Steps to complete

A new tab should have opened to the {{ context.domain }} terminal website. If not, click here to open the terminal page to complete the following steps:

  1. Log into the {{ context.domain }} terminal web page using your current credentials.
  2. Once logged in, click on the link to reset your password.
  3. Submit the required form to complete the password reset process.
    Note: domain/user name field needs to be in the following format:
    {{ context.domain }}/username

This window can be closed.

{% endif %} {% endif %}
{% endblock %}