{% load custom_tags_and_filters %}
{% csrf_token %}

General

Whether the facility rules tutorial is required for new users by default.
Check this box to only show active users in the user list.
Check this box to allow uploading documents to users.

Access expiration reminder

{% if errors.user_access_expiration_reminder_days %} {{ errors.user_access_expiration_reminder_days.error }} {% else %} The number of days to send a reminder prior to the user's access expiration. A comma-separated list can be used for multiple reminders. This setting and the user access expiration reminder email need to be set to enable this feature. {% endif %}
{% if errors.user_access_expiration_reminder_cc %} {{ errors.user_access_expiration_reminder_cc.error }} {% else %} Extra email address to copy when a user access expiration reminder is sent. A comma-separated list can be used. {% endif %}
{% button type="save" value="Save settings" %}