{% 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 %}
{% for category, flash in flashes %}
{{ flash }}
{% endfor %}
{% endif %} {% endwith %} {% endblock %} {% block bodycontent %}
{% block content %}{% endblock %}
{% endblock %} {% block footer %} {% endblock %} {% block scripts %} {{ super() }} {% endblock %} {% macro userlinks() %}
  • {{_("Wiki")}} User:{{ user.username }}
  • {{_("Fedora People")}} {{ user.username }}
  • {% endmacro %} {% macro front_page_blurb() %}

    {{_("Fedora Accounts")}}

    {{_("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() %}
    {{_("Request account deletion")}}
    {% endmacro %} {% macro lost_otp_token() %}
    {{_("Did you lose your last OTP token?")}}
    {% set admin_email -%} 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.")}}

    {% endmacro %} {# an optional macro to show a note that when applied it also applies to kinit / krb5 / kerberos #} {% macro otp_notice() %}
    {{_("Additional configuration is required when using Kerberos tickets when OTP is enabled")}}
    {{_("Read the documentation for details on configuring your system")}}
    {% endmacro %} {% macro spamcheck_contact() %} {% set email_link %} spamcheck@fedoraproject.org {% endset %}

    {{ _("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() %}
    {{ _("By using a Fedora account, you agree to follow the Fedora Code of Conduct.") }}
    {{ _("You can also use your CentOS account to login here.") }}
    {% endmacro %}