From 525f03306f5b1a14c2856d62c4c6c85e78394a7b Mon Sep 17 00:00:00 2001 From: tklein23 Date: Thu, 28 Feb 2019 01:04:44 +0100 Subject: [PATCH] Add "ghost" and "notifications" to list of reserved user names. (#6208) --- models/user.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/models/user.go b/models/user.go index d01a29c89..f6c2d6e25 100644 --- a/models/user.go +++ b/models/user.go @@ -722,6 +722,7 @@ var ( "debug", "error", "explore", + "ghost", "help", "img", "install", @@ -730,6 +731,7 @@ var ( "less", "metrics", "new", + "notifications", "org", "plugins", "pulls",