summaryrefslogtreecommitdiffstats
path: root/models
diff options
context:
space:
mode:
authorfnetX (aka fralix) <github@fralix.ovh>2021-03-08 17:49:29 +0100
committerGitHub <noreply@github.com>2021-03-08 17:49:29 +0100
commitf061277c86f7c54749cdc156904ae3658927e48e (patch)
tree62d106d3b7fb2fc644f54d1b5bff31d71f2b0e74 /models
parent61711143b9c0cd498e308833e6fc9996c4f0bb53 (diff)
downloadgitea-f061277c86f7c54749cdc156904ae3658927e48e.tar.gz
gitea-f061277c86f7c54749cdc156904ae3658927e48e.zip
Add "captcha" to list of reserved usernames (#14929)
Signed-off-by: Otto Richter <git@fralix.ovh>
Diffstat (limited to 'models')
-rw-r--r--models/user.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/models/user.go b/models/user.go
index 8ce9e768f1..8b3dd00430 100644
--- a/models/user.go
+++ b/models/user.go
@@ -789,6 +789,7 @@ var (
"assets",
"attachments",
"avatars",
+ "captcha",
"commits",
"debug",
"error",