{% extends "./layout/default.twig" %} {% block breadcrumbs %} {{ Breadcrumbs.renderIfExists(Route.getCurrentRoute.getName) }} {% endblock %} {% block content %} {{ Form.open({'class' : 'form-horizontal','id' : 'change-password'}) }}

Delete your account

Deleting your account will also delete any accounts, transactions, anything you might have saved into Firefly III. It'll be GONE.

Enter your password to continue.

{% if errors|length > 0 %}
      {% for error in errors.all %}
    • {{ error }}
    • {% endfor %}
{% endif %}
{{ Form.close|raw }} {% endblock %}