{% extends ../base.html %} {% block title %}{{ _('Crafty Controller - Change Password') }}{% end %} {% block content %}

{{ _('Change Your Password') }} {{ _('Change is good') }}

{{ _('Change Password For:') }} {{ data['user_data']['username'] }}


{% raw xsrf_form_html() %}

{{ _('Keys to a good password') }}

{{ _('A secure password is actually a phrase') }}, {{ _('that is at least 10 char long and contains uncommon words:') }}

{{ _('Example:') }}" Bilbo, {{ _('Creepers hate me so much') }}"

{% end %} {% block js-script %} {% end %}