mirror of
https://github.com/writefreely/writefreely
synced 2024-11-24 17:43:05 +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,
|
||||
"new": true,
|
||||
"news": true,
|
||||
"oauth": true,
|
||||
"post": true,
|
||||
"posts": true,
|
||||
"privacy": true,
|
||||
|
|
Loading…
Reference in a new issue