{% extends "base.html" %} {% import 'components/macros.html' as ui %} {% block title %}Reset Password - {{ login_brand_name }}{% endblock %} {% block head_extra %} {% endblock %} {% block content %}
Follow the steps below to reset your password using email or SMS verification.
{% if error %}Account found: {{ username }} at {{ shop_name }}
{% if code_display %}A 6-digit code was sent via {{ method_label }}.
{% if code_display %}Code verified! Set your new password below.
{% endif %} ← Back to Login {% endif %}