mirror of
1
Fork 0

Merge pull request '[v8.0/forgejo] Reserve `devtest` username' (#4650) from gusted/v8-bp into v8.0/forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4650
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
This commit is contained in:
Earl Warren 2024-07-24 05:43:19 +00:00
commit 4973f17c27
2 changed files with 2 additions and 0 deletions

View File

@ -558,6 +558,7 @@ var (
"captcha", "captcha",
"commits", "commits",
"debug", "debug",
"devtest",
"error", "error",
"explore", "explore",
"favicon.ico", "favicon.ico",

View File

@ -110,6 +110,7 @@ func TestRenameReservedUsername(t *testing.T) {
"captcha", "captcha",
"commits", "commits",
"debug", "debug",
"devtest",
"error", "error",
"explore", "explore",
"favicon.ico", "favicon.ico",