User Information
{% if success == 'user_details' %}
Your information was saved successfully.
{% endif %}
{% if user_details_form.non_field_errors %}
{% for error in user_details_form.non_field_errors %}
{{ error }}
{% endfor %}
{% endif %}
{% if set_pin_form and auth_site_settings.pin_method != 'GENERATE' %}
{% include 'auth-set-pin-form.html' %}
{% endif %}
{% if change_password_form %}
{% include 'auth-change-password-self-form.html' %}
{% endif %}