From 00d289eb74aefb94f36490e6e11325a0be8d7cfe Mon Sep 17 00:00:00 2001 From: Daniel STAN Date: Tue, 28 Oct 2014 22:48:48 +0100 Subject: [PATCH] config: paiement est now hard --- gestion/config/config.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gestion/config/config.py b/gestion/config/config.py index d131cf2c..93f7766f 100644 --- a/gestion/config/config.py +++ b/gestion/config/config.py @@ -405,12 +405,14 @@ blacklist_items = { u'bloq': u'Blocage total de tous les services', } #: Blacklistes entrainant une déconnexion complète -blacklist_sanctions = ['warez', 'p2p', 'autodisc_p2p','autodisc_virus','virus', 'bloq'] +blacklist_sanctions = ['warez', 'p2p', 'autodisc_p2p','autodisc_virus','virus', 'bloq', + 'paiement', +] if bl_carte_et_definitif: blacklist_sanctions.append('carte_etudiant') #: Blacklistes redirigeant le port 80 en http vers le portail captif (avec des explications) blacklist_sanctions_soft = ['autodisc_virus','ipv6_ra','mail_invalide','virus', - 'warez', 'p2p', 'autodisc_p2p', 'bloq','carte_etudiant','chambre_invalide', 'paiement'] + 'warez', 'p2p', 'autodisc_p2p', 'bloq','carte_etudiant','chambre_invalide'] #: Blacklistes entrainant un bridage de la connexion pour upload blacklist_bridage_upload = ['autodisc_upload', 'upload']