{% extends "base.html" %} {% block content %} {% ifequal trust_root_valid "Valid" %}

The site {{ trust_root|escape }} has requested verification of your OpenID.

{% endifequal %} {% ifequal trust_root_valid "Invalid" %}

This request claims to be from {{ trust_root|escape }} but I have determined that it is a pack of lies. Beware, if you release information to them, they are likely to do unconscionable things with it, being the lying liars that they are.

Please tell the real {{ trust_root|escape }} that someone is trying to abuse your trust in their good name.

{% endifequal %} {% ifequal trust_root_valid "Unreachable" %}

The site {{ trust_root|escape }} has requested verification of your OpenID. I have failed to reach it and thus cannot vouch for its authenticity. Perhaps it is on your local network.

{% endifequal %} {% ifequal trust_root_valid "DISCOVERY_FAILED" %}

The site {{ trust_root|escape }} has requested verification of your OpenID. However, {{ trust_root|escape }} does not implement OpenID 2.0's relying party verification mechanism. Please use extra caution in deciding whether to release information to this party, and ask {{ trust_root|escape }} to implement relying party verification for your future transactions.

{% endifequal %}
{% csrf_token %} {% if required %}

It requires the following attributes:

{% endif %} {% if optional %} The following attributes are optional:

{% endif %}

Allow Identity-Hub to verify your identity ?

{% endblock %}