From 365c67864260817703f6d33b29c18d60442e16f7 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sun, 17 Feb 2019 16:18:22 -0500 Subject: [PATCH] add more blacklisted usernames --- signup/signup-handler.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/signup/signup-handler.php b/signup/signup-handler.php index 4a962d2..ba4d1c8 100644 --- a/signup/signup-handler.php +++ b/signup/signup-handler.php @@ -12,6 +12,7 @@ function forbidden_name($name) { 'autoconfig', 'bbj', 'broadcasthost', + 'cloud', 'forum', 'ftp', 'git', @@ -54,6 +55,7 @@ function forbidden_name($name) { 'webmaster', 'wpad', 'www', + 'znc', ]); }