{% extends "base.html" %} {% load i18n %} {% load translations %} {% block breadcrumbs %}
  • {% trans "Legal" %}
  • {% trans "Security" %}
  • {% endblock %} {% block content %} {% include 'legal/menu.html' %}
    {% documentation 'contributing' 'security' as security_url %}

    {% trans "Security Policy" %}

    {% trans "Security FAQ" %}

    {% trans "How are user passwords stored?" %}

    {% trans "Hashed, currently using PBKDF2, HMAC and SHA-256 with 150000 iterations." %}

    {% trans "How to report a security issue?" %}

    {% blocktrans %}The documentation has instructions on safe reporting.{% endblocktrans %}

    {% endblock %}