mirror of
https://github.com/writefreely/writefreely
synced 2025-02-17 16:28:23 +00:00
Reserve the username "oauth"
This commit is contained in:
parent
75e2b60328
commit
d297859705
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ var reservedUsernames = map[string]bool{
|
||||||
"metadata": true,
|
"metadata": true,
|
||||||
"new": true,
|
"new": true,
|
||||||
"news": true,
|
"news": true,
|
||||||
|
"oauth": true,
|
||||||
"post": true,
|
"post": true,
|
||||||
"posts": true,
|
"posts": true,
|
||||||
"privacy": true,
|
"privacy": true,
|
||||||
|
|
Loading…
Add table
Reference in a new issue