From 8beccaf6c21f44873994bca7978619865838752e Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Mon, 10 Dec 2018 16:18:09 -0500 Subject: [PATCH] Reserve "community" username --- author/author.go | 1 + 1 file changed, 1 insertion(+) diff --git a/author/author.go b/author/author.go index 87a2239..af09905 100644 --- a/author/author.go +++ b/author/author.go @@ -28,6 +28,7 @@ var reservedUsernames = map[string]bool{ "categories": true, "category": true, "changes": true, + "community": true, "create": true, "css": true, "data": true,