Authentification PAM
{% if request.form.get('credentials', '') or request.form.get('login','') %}
× Ã‰chec de l'authentification
{% endif %} {% if errors %} {% for error in errors %}
× {{ error }}
{% endfor %} {% endif %}