From a22a1116a40956cfd51b83a5f516928ddee953f3 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Holcroft Date: Fri, 27 Oct 2017 12:15:40 +0200 Subject: [PATCH] Deactivate USE_REMOTE_USER, as it doesn't work upstream --- check_process | 2 +- conf/config.php | 2 +- manifest.json | 7 +++---- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/check_process b/check_process index 94ef9a7..3ed3b17 100644 --- a/check_process +++ b/check_process @@ -27,7 +27,7 @@ Level 1=auto Level 2=auto Level 3=auto -# Niveau 4 ignoré, mais c'est à confirmé par le mainteneur de l'application. +# Niveau 4 non fonctionnel, https://framagit.org/framasoft/framadate/issues/177 Level 4=na Level 5=auto Level 6=auto diff --git a/conf/config.php b/conf/config.php index 5e208be..2a37665 100644 --- a/conf/config.php +++ b/conf/config.php @@ -68,7 +68,7 @@ const IMAGE_TITRE = 'images/logo.png'; const URL_PROPRE = false; // Use REMOTE_USER data provided by web server -const USE_REMOTE_USER = true; +const USE_REMOTE_USER = false; // Path to the log file const LOG_FILE = 'admin/stdout.log'; diff --git a/manifest.json b/manifest.json index 9bdb451..4048470 100644 --- a/manifest.json +++ b/manifest.json @@ -64,15 +64,14 @@ "de": "Wählen Sie bitte die Standardsprache für OpenSondage." }, "choices": ["fr","en", "oc", "es", "de", "nl", "it", "br"], - "default": "en_GB" + "default": "en" }, { "name": "is_public", "type": "boolean", "ask": { - "en": "Could non member create poll ?", - "fr": "Une personne non membre peut elle créer un sondage ?", - "de": "Kann einen nicht eingeloggter Nutzer einen Umfrage erstellen?" + "en": "Is this application public?", + "fr": "Cette application est-elle publique ?" }, "default": true }