From 585f017dc7f95650dba3477a3d7d7fa4c9e397d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Wed, 22 Feb 2017 18:22:24 +0100 Subject: Add new login_domain_blacklist: option Rename login_blacklist to login_username_blacklist: Keep login_blacklist for compatibility ( for the migration ) --- modules/catdap/templates/catdap_local.yml | 32 +++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/modules/catdap/templates/catdap_local.yml b/modules/catdap/templates/catdap_local.yml index 6d642a25..f4dd8f5c 100644 --- a/modules/catdap/templates/catdap_local.yml +++ b/modules/catdap/templates/catdap_local.yml @@ -32,6 +32,27 @@ authentication: register: login_regex: ^[a-z][a-z0-9]*$ login_blacklist: + - apache + - mirror + - bcd + - iurt + - schedbot + - signbot + - postmaster + - hostmaster + - abuse + - noc + - security + - listmaster + - MAILER-DAEMON + - webmaster + - www + - treasurer + - president + - secretary + - security + + login_username_blacklist: - apache - mirror - bcd @@ -51,3 +72,14 @@ register: - president - secretary - security + + login_domain_blacklist: + - armyspy.com + - codehot.co.uk + - dayrep.com + - guerillamail.com + - jourrapide.com + - rhyta.com + - wowring.ru + - yopmail.com + - zasod.com -- cgit v1.2.1