mirror of https://github.com/go-gitea/gitea.git
* 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:
parent
ecdb4c1750
commit
6ef0ab4d96
|
@ -90,6 +90,7 @@ func TestRenameReservedUsername(t *testing.T) {
|
|||
"repo",
|
||||
"template",
|
||||
"user",
|
||||
"search",
|
||||
}
|
||||
|
||||
session := loginUser(t, "user2")
|
||||
|
|
|
@ -822,6 +822,7 @@ var (
|
|||
".",
|
||||
"..",
|
||||
".well-known",
|
||||
"search",
|
||||
}
|
||||
reservedUserPatterns = []string{"*.keys", "*.gpg"}
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue