{% extends "public/base.html" %} {% load nm %} {% load js %} {% block breadcrumbs %}{{block.super}} / newnm{% endblock %} {% block head_resources %} {{block.super}} {% jsinclude "nm,ui" %} {% endblock %} {% block head %} {{block.super}} {% endblock %} {% block content %}
You already have an entry in the system if you are a DD, a DM, have a guest account on Debian machines or have already applied on this page.
{% if is_dd %}Not only you have an entry, but you are also {{person.status|desc_status}}. The rest of this page does not apply to you, but you can still see it so that you know how it looks like if you want to refer prospective new applicants to this page.
{% endif %}To request to become a Debian Maintainer or a Debian Developer, to get a porterbox guest account, and more, visit your personal page and follow the "request new status" link.
{% endif %} {% if require_login %}You get a certificate to access the site using your Alioth credentials at sso.debian.org.
See the DebianSingleSignOn page on the Debian wiki for details.
{% endif %} {% if show_apply_form %}Debian Maintainers: if you are already a Debian Maintainer you should already be known to this system, but your Alioth account may not be linked. Please first check if this is true and then claim your account.
With the form below you can apply to have an entry in the system, so that people can advocate you to have some permission granted or some new role in Debian. The form is quite long, so you may want to read it all from top to bottom before starting to fill it in.
Note that after you submit the form, you will have {{DAYS_VALID}} days to visit a URL that you will receive encrypted in an email. You want to make sure that you can read encrypted email before spending time on this form.
{% endif %} {% endblock %}