{% extends "base.html" %} {% block website %}{{_("Fedora Accounts")}}{% endblock %} {% set OPENID = 'https://%s.id.fedoraproject.org' %} {% block head %} {% endblock %} {% block navbar %} {% with flashes = get_flashed_messages(with_categories=True) %} {% if flashes %}
{% endif %} {% endwith %} {% endblock %} {% block bodycontent %}{{_("Fedora Accounts allows you to create and manage an account for Fedora Tools and Infrastructure.")}}
{% endmacro %} {# an optional macro defining an element to show for editing group details #} {# typically, it used to link to a ticket tracker for an admin to edit a group #} {% macro edit_group_details() %} {% endmacro %} {# an optional macro defining an element to show for account disable #} {# typically, it used to link to a ticket tracker for an admin to perform the disable #} {% macro request_disable_account() %} {% endmacro %} {% macro lost_otp_token() %}admin at fedoraproject.org
{%- endset %}
{{_("If you have lost your last OTP token you need to send an email to %(admin_email)s. Please sign this email using the GPG key associated with your account if possible, so that the administrator can verify your identity.", admin_email=admin_email)}}
{{_("If you had multiple tokens and lost one, you can use another to login and delete the lost token from your account.")}}
{{_("If you haven't enrolled a OTP token, you don't have one and this doesn't apply to you.")}}
{{ _("To let admins know that you're not a spammer, please send an email to %(email_link)s and explain the situation.", email_link=email_link) }}
{% endmacro %} {# an optional macro to show a note above the login form #} {% macro login_note() %}