{# SPDX-License-Identifier: AGPL-3.0-or-later #} {# SPDX-FileCopyrightText: 2026 JWP Consulting GK #} {% extends "storefront_base.html" %} {% load projectify %} {% block storefront_content %}
{% if user.is_authenticated %} You are currently logged in as {{ user.email }}. {% else %} You are currently logged out. {% endif %}
Test what happens when you sign up using an IdP on Projectify when you have no account on Projectify. Requirement: You must be logged out.
{% if user.is_authenticated %} {% anchor label="Log out first" href="users:log-out" %} {% else %} {% endif %}Here you can test what happens when you sign up on Projectify with an IdP, and you already have an account on Projectify with the same email address as your IdP account. Requirement: You must be logged out.
{% if user.is_authenticated %} {% anchor label="Log out first" href="users:log-out" %} {% else %} {% endif %}