Skip to content

Commit 525f033

Browse files
tklein23techknowlogick
authored andcommitted
Add "ghost" and "notifications" to list of reserved user names. (#6208)
1 parent 25b6496 commit 525f033

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

models/user.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -722,6 +722,7 @@ var (
722722
"debug",
723723
"error",
724724
"explore",
725+
"ghost",
725726
"help",
726727
"img",
727728
"install",
@@ -730,6 +731,7 @@ var (
730731
"less",
731732
"metrics",
732733
"new",
734+
"notifications",
733735
"org",
734736
"plugins",
735737
"pulls",

0 commit comments

Comments
 (0)