{# SPDX-License-Identifier: AGPL-3.0-or-later #} {# SPDX-FileCopyrightText: 2025 JWP Consulting GK #} {% extends "storefront_base.html" %} {% block storefront_content %}

Password Reset Confirmation Test Page

Test Data

Test Scenarios

Valid email and token

This should successfully show the password reset form. Test valid email and token

Valid email but invalid token

This should show a token error. Test invalid token

Invalid email with valid token

This should show an email error. Test invalid email

{% endblock %}