summaryrefslogtreecommitdiff
path: root/provider_base
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2015-04-21 15:26:33 -0700
committerelijah <elijah@riseup.net>2015-04-21 15:26:33 -0700
commiteb803597301c077dd7bdbc8f31e67123be72ed07 (patch)
tree1447687e1dd0850a5830b276ffa79da87f7365d1 /provider_base
parent9dffb7314d6a8a5f5155640156ed81982e32c268 (diff)
block username 'vmail'
Diffstat (limited to 'provider_base')
-rw-r--r--provider_base/services/webapp.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/provider_base/services/webapp.json b/provider_base/services/webapp.json
index b0646579..e5aed0fd 100644
--- a/provider_base/services/webapp.json
+++ b/provider_base/services/webapp.json
@@ -1,7 +1,7 @@
{
"webapp": {
"admins": [],
- "forbidden_usernames": ["admin", "administrator", "arin-admin", "certmaster", "contact", "info", "maildrop", "postmaster", "ssladmin", "www-data"],
+ "forbidden_usernames": ["admin", "administrator", "arin-admin", "certmaster", "contact", "info", "maildrop", "postmaster", "ssladmin", "www-data", "vmail"],
"domain": "= domain.full_suffix",
"modules": ["user", "billing", "help"],
"couchdb_webapp_user": "= global.services[:couchdb].couch.users[:webapp]",