Add "ghost" and "notifications" to list of reserved user names. (#6208)

This commit is contained in:
tklein23 2019-02-28 01:04:44 +01:00 committed by techknowlogick
parent 25b6496f48
commit 525f03306f
1 changed files with 2 additions and 0 deletions

View File

@ -722,6 +722,7 @@ var (
"debug", "debug",
"error", "error",
"explore", "explore",
"ghost",
"help", "help",
"img", "img",
"install", "install",
@ -730,6 +731,7 @@ var (
"less", "less",
"metrics", "metrics",
"new", "new",
"notifications",
"org", "org",
"plugins", "plugins",
"pulls", "pulls",