{% extends "master.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() %}{{_("If you have lost your 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)}}
{{ _("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 between the password field and the submite button on the login page #} {% macro login_note() %}