From 9645892fc4d95d84b2fc21b7c8beb6d798cc64cf Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Fri, 6 Jul 2012 17:46:10 +0000 Subject: do not allow underscore in username, because mediawiki doesn't like this --- modules/catdap/templates/catdap_local.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/catdap/templates/catdap_local.yml') diff --git a/modules/catdap/templates/catdap_local.yml b/modules/catdap/templates/catdap_local.yml index 429da7c2..48dbc99a 100644 --- a/modules/catdap/templates/catdap_local.yml +++ b/modules/catdap/templates/catdap_local.yml @@ -30,6 +30,7 @@ authentication: role_basedn: <%= dc_suffix %> register: + login_regex: ^[a-z][a-z0-9-]*$ login_blacklist: - apache - mirror -- cgit v1.2.1