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

Email Confirmation Test Page

Test Data

Test Scenarios

Valid email and token

This should successfully confirm the email address. 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 %}