diff options
author | tklein23 <tklein23@users.noreply.github.com> | 2019-02-28 01:04:44 +0100 |
---|---|---|
committer | techknowlogick <matti@mdranta.net> | 2019-02-27 19:04:44 -0500 |
commit | 525f03306f5b1a14c2856d62c4c6c85e78394a7b (patch) | |
tree | d58f04f6d41b11c41b89df03a0d2b2b79e79ac31 /models | |
parent | 25b6496f48c934619bc50a858c0b07d618ceb661 (diff) | |
download | gitea-525f03306f5b1a14c2856d62c4c6c85e78394a7b.tar.gz gitea-525f03306f5b1a14c2856d62c4c6c85e78394a7b.zip |
Add "ghost" and "notifications" to list of reserved user names. (#6208)
Diffstat (limited to 'models')
-rw-r--r-- | models/user.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/models/user.go b/models/user.go index d01a29c894..f6c2d6e25b 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", |