Reserve the username "oauth"

This commit is contained in:
Matt Baer 2020-01-16 12:18:21 -05:00
parent 75e2b60328
commit d297859705

View file

@ -65,6 +65,7 @@ var reservedUsernames = map[string]bool{
"metadata": true,
"new": true,
"news": true,
"oauth": true,
"post": true,
"posts": true,
"privacy": true,