{% extends 'squid/auth/localdb.html' %} {% block auth_localdb_users %}class="active"{%endblock%} {% block tab_content %}

It is not possible to update the user name or password, if you still need to do that, just remove the old user and re-create it with a new name and/or password.

{% if form.non_field_errors %}
ERROR: {% for error in form.non_field_errors %} {{ error|escape }} {% endfor %}
{% endif %}
{% csrf_token %}
{{form.comment}} {% if form.comment.errors %} {{form.comment.errors|striptags}} {% else %} Specify comment for your own use. {%endif%}
{% endblock %}