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

The list of users is stored in /opt/websafety/etc/users.htpasswd file. The file is managed using htpasswd binary from Apache web server package.

{% csrf_token %} {% for object in object_list %} {% empty %} {% endfor %}
{{object.user|truncatechars:60}} {{object.comment|truncatechars:60}} {{object.encpass|truncatechars:60}}
No items found, click Add New or Import to add new items to the list.
{% block member_heading%}{%endblock%}
{% endblock %}