mirror of
https://gitee.com/gitea/gitea
synced 2025-11-16 14:30:25 +08:00
* fix: add search to reserved usernames * Update integrations/user_test.go Co-Authored-By: 6543 <24977596+6543@users.noreply.github.com>
This commit is contained in:
@@ -822,6 +822,7 @@ var (
|
||||
".",
|
||||
"..",
|
||||
".well-known",
|
||||
"search",
|
||||
}
|
||||
reservedUserPatterns = []string{"*.keys", "*.gpg"}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user