0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-05-13 15:26:12 +02:00

add group-related url segments to list of reserved usernames

This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 2025-01-09 18:49:55 -05:00
parent 0521a0e06d
commit 2f7ecb1f60
No known key found for this signature in database
GPG Key ID: 924A5F6AF051E87C

View File

@ -596,6 +596,7 @@ var (
"avatar", // avatar by email hash "avatar", // avatar by email hash
"avatars", // user avatars by file name "avatars", // user avatars by file name
"repo-avatars", "repo-avatars",
"group-avatars",
"captcha", "captcha",
"login", // oauth2 login "login", // oauth2 login
@ -606,6 +607,8 @@ var (
"explore", "explore",
"issues", "issues",
"pulls", "pulls",
"groups",
"group",
"milestones", "milestones",
"notifications", "notifications",