Test more reserved usernames (#8263)

* Test more reserved usernames

* Add more reserved usernames, sort them

* Reserve "attachments" username (is a used route)

* It's "avatars" being reserved, not "avatar"
release/v1.10
Sandro Santilli 5 years ago committed by techknowlogick
parent 43c0249583
commit 3dd1cee331

@ -74,9 +74,22 @@ func TestRenameReservedUsername(t *testing.T) {
prepareTestEnv(t)
reservedUsernames := []string{
"admin",
"api",
"attachments",
"avatars",
"explore",
"help",
"user",
"install",
"issues",
"login",
"metrics",
"notifications",
"org",
"pulls",
"repo",
"template",
"user",
}
session := loginUser(t, "user2")

@ -776,6 +776,7 @@ func NewGhostUser() *User {
var (
reservedUsernames = []string{
"attachments",
"admin",
"api",
"assets",

Loading…
Cancel
Save