{% extends "account/base.html" %} {% load i18n account crispy_forms_tags inventree_extras %} {% block head_title %}{% trans "Password Reset" %}{% endblock %} {% block content %} {% settings_value 'LOGIN_ENABLE_PWD_FORGOT' as enable_pwd_forgot %} {% mail_configured as mail_conf %}
{% trans "Forgotten your password? Enter your email address below, and we'll send you an email allowing you to reset it." %}
{% else %}{% trans "This function is currently disabled. Please contact an administrator." %}