{% load custom_tags_and_filters %}
{% csrf_token %}

General

Whether the facility rules tutorial is required for new users by default.
Whether the user type is required when adding new users.
Check this box to only show active users in the user list.
Check this box to allow uploading documents to users.
Check this box to enable users to view their own profile by clicking on their name in the navigation bar.

Access expiration - Site alerts

{% if errors.user_access_expiration_banner_warning %} {{ errors.user_access_expiration_banner_warning.error }} {% else %} The number of days before the user's access expiration to display an orange warning banner (on the landing page and kiosk). Leave blank for no warning. {% endif %}
{% if errors.user_access_expiration_banner_danger %} {{ errors.user_access_expiration_banner_danger.error }} {% else %} The number of days before the user's access expiration to display a red danger banner (on the landing page and kiosk). Leave blank for no warning. {% endif %}

Access expiration - Reminders

{% 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 %}

Access expiration - Deactivate users {{ site_title }} account

{% for user_type in user_types %}
{% endfor %}
{% if errors.user_access_expiration_types %} {{ errors.user_access_expiration_types.error }} {% else %} Check to automatically deactivate users {{ site_title }} account with the selected types when their access expiration is reached. If nothing is selected, no one will be deactivated {% endif %}
{% if errors.user_access_expiration_buffer_days %} {{ errors.user_access_expiration_buffer_days.error }} {% else %} Specify the number of days to wait after the expiration date before proceeding with deactivation {% endif %}
{% button type="save" value="Save settings" %}