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

ILS passwords expire every 90 days. Be sure to complete this entire process to ensure your password is reset correctly.

  1. Provide your ILS account username.
  2. Click on the "Start ILS Password Reset" button to be directed to the Lynx Terminal web page.
  3. Log into the {{ context.domain }} terminal web page using your current credentials.
  4. Once logged in, click on the link to reset your password.
  5. Complete the required form to complete the password reset process.
    Note: domain/user name field needs to be in the following format: {{ context.domain }}/username
{% if context.error %}
{{ context.error }}
{% endif %}
{% else %}

Steps to complete

A new tab should have opened to the {{ context.domain }} terminal website. If not 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. Complete the required form to complete the password reset process.
    Note: domain/user name field needs to be in the following format: {{ context.domain }}/username
{% endif %} {% endif %}
{% endblock %}