faq.html 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. {% extends "nm-base.html" %}
  2. {% block content %}
  3. <div id="intro">
  4. <p>This page contains answers to (more or less) Frequently Asked Questions
  5. about the site.</p>
  6. </div>
  7. <h1>nm.debian.org Frequently Asked Questions</h1>
  8. <h2 id="process-lookup">My email address does not work with "/public/process"</h2>
  9. <p>The nmstatus page shows a process, that is, the path a person follows to
  10. change their status in Debian.</p>
  11. <p>A process can be looked up in several way: an ID in the database, a Debian
  12. login name, or an email address.</p>
  13. <p>If you have a Debian account, the easiest way to lookup your information is
  14. by using your account name, as in
  15. <a href="{% url 'public_process' key='enrico' %}">{% url 'public_process' key='enrico' %}</a>.</p>
  16. <p>If you do not yet have a Debian account, then you can use the E-Mail address
  17. that you used to enter NM.</p>
  18. <h2 id="missing-referer">The site gives me 403 Forbidden errors if I disable referers</h2>
  19. <p>Believe it or not, that is a security feature. Please see
  20. <a href="http://groups.google.com/group/django-developers/browse_thread/thread/22058adaf11e3ed6">this thread</a>
  21. for more information (look for the string "detonate-bomb" for an attack
  22. scenario).</p>
  23. {% endblock %}