{% extends 'umanage/base_umanage.html' %} {% load i18n umanage %} {% block page_title %}{% trans 'Token Expired' %} - {% endblock %} {% block breadcrumb %}
  • {% trans 'Token Expired' %}
  • {% endblock %} {% block umanage_content %}

    {% trans 'Token Expired' %}

    {% trans 'The forgot password token is expired for 1 of 2 reasons:' %}

    1. {% trans 'The password has already been successfully changed' %}
    2. {% trans 'The token is beyond the time alloted to make the change. If this is the case, please go through the forgot password process again.' %}
    {% endblock %}