{# SPDX-FileCopyrightText: 2025 JWP Consulting GK #} {# SPDX-License-Identifier: AGPL-3.0-or-later #} {% extends "user_base.html" %} {% load i18n %} {% block title %} {% translate "Password reset requested - Projectify" %} {% endblock title %} {% block user_content %}

{% translate "Password reset requested" %}

{% translate "You have requested for your password to be reset and will receive an email with password reset instructions soon. Please check your email inbox." %}

{% translate "If you do not receive any email, you can request a new password email to be sent by using the email. Please contact support if you have any questions." %}

{% endblock user_content %}