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

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