{% extends "public/base.html" %} {% load nm %} {% block content %}
For many Debian Maintainer entries, the site does not currently know the corresponding username that is used by the Debian Single Sign-On, and therefore cannot give you permission on your own data. This page helps to fix this situation.
Since you are logged in, I already know that your Single Sign-On username is {{username}}. The missing bit of information is who are you in the site, and I would like to find out using your GPG key. Please enter the fingerprint in this form (just the hexadecimal digits, as in gpg --fingerprint $YOUR_KEYID | sed -nre 's/Key fingerprint =//p'):
{% if person %}Ok, so you claim to be {{person}}, is that right? If that is not correct, please change the fingerprint in the form above and click "Update".
If it is correct, I need a way to trust you. Please decrypt the GPG snippet that you find after this paragraph, and you will find a URL. Visit that URL and I will be able to trust that you are indeed {{person}}.
{{challenge}}{% endif %} {% endblock %}