We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecdb4c1 commit 6ef0ab4Copy full SHA for 6ef0ab4
integrations/user_test.go
@@ -90,6 +90,7 @@ func TestRenameReservedUsername(t *testing.T) {
90
"repo",
91
"template",
92
"user",
93
+ "search",
94
}
95
96
session := loginUser(t, "user2")
models/user.go
@@ -822,6 +822,7 @@ var (
822
".",
823
"..",
824
".well-known",
825
826
827
reservedUserPatterns = []string{"*.keys", "*.gpg"}
828
)
0 commit comments