Skip to content

Commit

Permalink
Merge pull request '[v7.0/forgejo] Reserve the devtest username' (#…
Browse files Browse the repository at this point in the history
…4647) from bp-v7.0/forgejo-859cc23-90c0e9d-93d0836 into v7.0/forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4647
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
  • Loading branch information
Gusted committed Jul 23, 2024
2 parents bcb9088 + 19dd7e9 commit d7686aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions models/user/user.go
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,7 @@ var (
"captcha",
"commits",
"debug",
"devtest",
"error",
"explore",
"favicon.ico",
Expand Down
1 change: 1 addition & 0 deletions tests/integration/user_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ func TestRenameReservedUsername(t *testing.T) {
"captcha",
"commits",
"debug",
"devtest",
"error",
"explore",
"favicon.ico",
Expand Down

0 comments on commit d7686aa

Please sign in to comment.