config: paiement est now hard
This commit is contained in:
parent
8c555bbee9
commit
00d289eb74
1 changed files with 4 additions and 2 deletions
|
@ -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']
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue