{#- SPDX-License-Identifier: Apache-2.0 SPDX-FileCopyrightText: 2025 - 2026 BMO Soluciones, S.A. -#} {{ _('Recuperar contraseña') }} - Coati Payroll

{{ _('Recuperar contraseña') }}

{{ _('Introduce tu usuario o correo. Si la cuenta existe y tiene correo configurado, recibirás instrucciones.') }}

{% with messages = get_flashed_messages(with_categories=true) %} {% for category, message in messages %} {% endfor %} {% endwith %}
{{ form.hidden_tag() }}
{{ form.identificador(class="form-control", autocomplete="username", autofocus=true) }} {% for error in form.identificador.errors %}
{{ error }}
{% endfor %}
{{ form.submit(class="btn btn-primary") }} {{ _('Volver al inicio de sesión') }}