{% extends "base.html" %} {% block content %}
Gentoo Identity is currently available as an alpha version for selected users only.

Gentoo Identity

Welcome to the home of the Gentoo Identity.


Gentoo Identity is the central place to manage your information in Gentoo Community.

Login


{% csrf_token %} {% for field in login_form %} {{ field.label_tag }}{{ field }}
{% endfor %} {% if openid_request or is_otp %} {% endif %}
{% if ssl_auth_form %}

Alternatively:

{% for field in ssl_auth_form %} {{ field }} {% endfor %}

{% endif %} {% if ssh_auth_command %}

Login via SSH: {{ ssh_auth_command }} and continue

{% endif %} {% if not is_otp %} Forgot your password? {% endif %}
{% for message in messages %} {{ message }} {% endfor %}

{% endblock %} {# vim:se fileencoding=utf8 et ts=4 sts=4 sw=4 ft=htmldjango : #}