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

{% trans "Password reset complete" %}

{% trans "Your password was reset successfully. You may now proceed and log in with your email address and the password that you have just entered." %}

{% trans "Continue to log in" %}
{% endblock user_content %}