{% extends '/admin/unauthenticated/layout/base.html.twig' %} {% import '/admin/components/helpers_macro.html.twig' as helpers %} {% block title %}| Password changed successfully{% endblock %} {% block content %} {% if app.user %}

You are logged in as {{ app.user.username }}

Logout
{% else %} {{ helpers.notifications_error() }}

Password updated successfully.

Well done. Your password is already updated. You can use the new credentials.

Go to login

{% endif %} {% endblock %}