{% extends "business/auth/auth_base.html" %} {% block title %}Set New Password - Inventory Management System{% endblock %} {% block auth_title %}Set New Password{% endblock %} {% block auth_subtitle %}Create a new password for your account{% endblock %} {% block auth_content %} {% if validlink %}
{% csrf_token %}
  • At least 8 characters
  • Not too common
  • Not entirely numeric
{% else %}

Invalid Link

The password reset link was invalid, possibly because it has already been used. Please request a new password reset.

Request New Link
{% endif %} {% endblock %}