{% extends "webadmin/base.html" %} {% block "title" %}{% trans "Security Settings" %}{% endblock %} {% block "content" %}

{% trans "Security Settings" %}

{% trans "Password strength" %}
{{ form.password_strength.html }} {{ form.password_strength.errors }}
{% trans "Activation level" %}
{{ form.activation_level.html }} {{ form.activation_level.errors }}
{% trans "Allow username change" %}
{{ form.username_change.html }} {{ form.username_change.errors }}
{% endblock %}