From a019b8d0caa889a09e09b7d40f334c0e66f3ed20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20Bourr=C3=A9?= Date: Sun, 13 Jan 2019 16:20:30 +0100 Subject: [PATCH] by default, use false for use_web_account --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 46fdbe8..b15b8e2 100644 --- a/manifest.json +++ b/manifest.json @@ -67,7 +67,7 @@ "en": "Allow account creation via the gitlab web interface?", "fr": "Autoriser la création de compte via l'interface web de gitlab ?" }, - "default": true + "default": false } ] }