update fargo/passerelle settings as they now already include mellon (#25975)

This commit is contained in:
Frédéric Péters 2018-08-30 20:33:22 +02:00
parent ad93d0d013
commit 444229d578
2 changed files with 0 additions and 10 deletions

View File

@ -1,10 +1,5 @@
{% extends "app-settings-base.j2" %}
{% block app_custom_before %}
# SAML2 authentication
INSTALLED_APPS += ('mellon',)
{% endblock %}
{% block app_custom_after %}
# disable django-mellon autologin
MELLON_OPENED_SESSION_COOKIE_NAME = None

View File

@ -1,10 +1,5 @@
{% extends "app-settings-base.j2" %}
{% block app_custom_before %}
# SAML2 authentication
INSTALLED_APPS += ('mellon',)
{% endblock %}
{% block app_custom_after %}
# disable django-mellon autologin
MELLON_OPENED_SESSION_COOKIE_NAME = None