1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-13 05:57:20 +00:00

Add "captcha" to list of reserved usernames (#14930)

Signed-off-by: Otto Richter <git@fralix.ovh>
This commit is contained in:
fnetX (aka fralix)
2021-03-08 17:50:13 +01:00
committed by GitHub
parent 906ecfd173
commit 05ac72cf33

View File

@ -727,6 +727,7 @@ var (
"assets", "assets",
"attachments", "attachments",
"avatars", "avatars",
"captcha",
"commits", "commits",
"debug", "debug",
"error", "error",