From 09edd6b8be65325caa1b4ca5a37b91bdd9646cec Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Mon, 25 Mar 2019 10:52:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/gogs/conf/app.ini | 4 ++-- plugins/gogs/info.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/gogs/conf/app.ini b/plugins/gogs/conf/app.ini index 5ed703b09..9b8d579bf 100644 --- a/plugins/gogs/conf/app.ini +++ b/plugins/gogs/conf/app.ini @@ -35,9 +35,9 @@ USE_PLAIN_TEXT = true [service] REGISTER_EMAIL_CONFIRM = false ENABLE_NOTIFY_MAIL = false -DISABLE_REGISTRATION = false +DISABLE_REGISTRATION = true ENABLE_CAPTCHA = true -REQUIRE_SIGNIN_VIEW = false +REQUIRE_SIGNIN_VIEW = true [picture] DISABLE_GRAVATAR = false diff --git a/plugins/gogs/info.json b/plugins/gogs/info.json index a1f6c3a5d..d0fad5454 100755 --- a/plugins/gogs/info.json +++ b/plugins/gogs/info.json @@ -2,7 +2,7 @@ "ps": "Gogs是一款极易搭建的自助Git服务", "name": "gogs", "title": "Gogs", - "versions": ["0.11.86","0.11.79"], + "versions": ["0.11.86"], "tip": "soft", "checks": "server/gogs", "author": "midoks",