{% extends "admin/base_site.html" %} {% load i18n admin_static %} {% load sqrl %} {% block title %}Manage SQRL{% endblock %} {% block content_title %}

Manage SQRL

{% endblock %} {% block extrahead %}{{ block.super }} {% endblock %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block userlinks %} {% url 'django-admindocs-docroot' as docsroot %} {% if docsroot %} {% trans 'Documentation' %} / {% endif %} {% trans 'Manage SQRL' %} / {% trans 'Log out' %} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}
{% if not user.sqrl_identity %}

You dont have SQRL identity associated with your account yet. Please use SQRL link/QR code below to associate SQRL identity with your account.

{% else %}

Congratulations! You already have SQRL identity associated with your account. If you would like to either change or delete existing SQRL identity associated with your account, you can do that by selecting appropriate option in your SQRL client and then using the SQRL link/QR code below.

Note: For both changing or deleting your SQRL identity, you will need to load your SQRL rescue code.

Caution: Normally it is not advised to change or delete your SQRL identity. Usually these operations are only required when SQRL identity is compromised.

{% endif %} {% sqrl as sqrl_session %} {% if sqrl_session.sqrl_url %}
SQRL Login
What is SQRL? {# redirect to manage page after successful SQRL transaction #}
{% else %}

You are not connected on a secure connection. For your safety, SQRL login is disabled. It is advised that you do not log into this website at all until you are connected via a HTTPS connection.

{% endif %}
{% endblock %}