{# SPDX-License-Identifier: AGPL-3.0-or-later #} {# SPDX-FileCopyrightText: 2025-2026 JWP Consulting GK #} {% extends "user_base.html" %} {% load projectify %} {% block user_content %}
You can test Projectify user app features using the buttons below.
{% if user.is_authenticated %} You are currently logged in. {% else %} You are currently logged out. {% endif %}
Test email confirmation feature. Note: You must log out first
{% if user.is_authenticated %} {% anchor label="Log out first" href="users:log-out" %} {% else %} {% endif %}Test email address update confirmation feature. Note: You must log in first
{% if user.is_authenticated %} {% else %} {% anchor label="Log in first" href="users:log-in" %} {% endif %}Test password reset confirmation feature. Note: You must log out first
{% if user.is_authenticated %} {% anchor label="Log out first" href="users:log-out" %} {% else %} {% endif %}Test what happens when you sign up using an IdP on Projectify when you have no account on Projectify. Note: You must log out first
{% if user.is_authenticated %} {% anchor label="Log out first" href="users:log-out" %} {% else %} {% endif %}