{% trans %}Username{% endtrans %}: ({% trans %}required{% endtrans %})
{{ "Your user name is the name you will use to login. " "It is visible to the general public, even if your " "account is inactive." | tr }}
{% trans %}Account Type{% endtrans %}: {% for value, type in account_types %} {{ type | tr }} {% endfor %}
{% trans %}Account Suspended{% endtrans %}:
{% trans %}Inactive{% endtrans %}:
{% trans %}Email Address{% endtrans %}: ({% trans %}required{% endtrans %})
{{ "Please ensure you correctly entered your email " "address, otherwise you will be locked out." | tr }}
{% trans %}Hide Email Address{% endtrans %}:
{{ "If you do not hide your email address, it is " "visible to all registered AUR users. If you hide your " "email address, it is visible to members of the Arch " "Linux staff only." | tr }}
{% trans %}Backup Email Address{% endtrans %}:
{{ "Optionally provide a secondary email address that " "can be used to restore your account in case you lose " "access to your primary email address." | tr }} {{ "Password reset links are always sent to both your " "primary and your backup email address." | tr }} {{ "Your backup email address is always only visible to " "members of the Arch Linux staff, independent of the %s " "setting." | tr | format("%s" | format("Hide Email Address" | tr)) | safe }}
{% trans %}Real Name{% endtrans %}:
{% trans %}Homepage{% endtrans %}:
{% trans %}IRC Nick{% endtrans %}:
{% trans %}PGP Key Fingerprint{% endtrans %}:
{% trans %}Language{% endtrans %}: {% for domain, display in languages.items() %} {{ display }} {% endfor %}
{% trans %}Timezone{% endtrans %} {% for current, offset in timezones.items() %} {{ offset }} {% endfor %}
{% trans %}Password{% endtrans %}:
{% trans %}Re-type password{% endtrans %}:
{% trans %}SSH Public Key{% endtrans %}: {{ ssh_pk }}
{% trans %}Notify of new comments{% endtrans %}:
{% trans %}Notify of package updates{% endtrans %}:
{% trans %}Notify of ownership updates{% endtrans %}:
{% trans %}Your current password{% endtrans %}:
{{ captcha_salt | captcha_cmdline }}
{% trans %}Answer{% endtrans %}: ({% trans %}required{% endtrans %})
{% if form_type == "UpdateAccount" %} {% else %} {% endif %}