From d2978597053e3526e85506184a51b9af4ca08fe1 Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Thu, 16 Jan 2020 12:18:21 -0500 Subject: [PATCH] Reserve the username "oauth" --- author/author.go | 1 + 1 file changed, 1 insertion(+) diff --git a/author/author.go b/author/author.go index bf3bfe1..e2e9508 100644 --- a/author/author.go +++ b/author/author.go @@ -65,6 +65,7 @@ var reservedUsernames = map[string]bool{ "metadata": true, "new": true, "news": true, + "oauth": true, "post": true, "posts": true, "privacy": true,