{% if in_login_modal %}
{% if auth_site_settings.pin_method == 'PERMANENT' %}
Please set your pin. You will not be asked to do this again unless PIN requirements change.
You can manually change your PIN at any time by clicking on your username on the
navigation bar after login.
{% endif %}
{% endif %}
Set PIN
{% include 'auth-form-user-identifier.html' %}
Pin must be {{ auth_site_settings.pin_length }} digits in length.
{% if success == 'set_pin' %}
Your PIN was set successfully.
{% endif %}
{% csrf_token %}
{% for error in set_pin_form.non_field_errors %}
{{ error }}
{% endfor %}
{% for error in set_pin_form.current_password.errors %}