Browse Source

Reserve "community" username

tags/v0.6.0
Matt Baer 5 years ago
parent
commit
8beccaf6c2
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      author/author.go

+ 1
- 0
author/author.go View File

@@ -28,6 +28,7 @@ var reservedUsernames = map[string]bool{
"categories": true, "categories": true,
"category": true, "category": true,
"changes": true, "changes": true,
"community": true,
"create": true, "create": true,
"css": true, "css": true,
"data": true, "data": true,


Loading…
Cancel
Save