{# SPDX-FileCopyrightText: 2025 JWP Consulting GK #} {# SPDX-License-Identifier: AGPL-3.0-or-later #} {% extends "user_profile_base.html" %} {% load i18n %} {% block title %} {% translate "Set password - Projectify" %} {% endblock title %} {% block user_profile_content %}
{% csrf_token %}

{% translate "Set password" %}

{% translate "Set a password for your account. This will allow you to log in with your email and password." %}

{% if validators %}

{% translate "Password requirements:" %}

{% endif %} {{ form.new_password.as_field_group }} {{ form.new_password_confirm.as_field_group }} {% include "projectify/forms/submit.html" with text=_("Set password") %}
{% endblock user_profile_content %}