1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/opensondage_ynh.git synced 2024-09-03 19:46:28 +02:00

Deactivate USE_REMOTE_USER, as it doesn't work upstream

This commit is contained in:
Jean-Baptiste Holcroft 2017-10-27 12:15:40 +02:00
parent 99cb36cdcc
commit a22a1116a4
3 changed files with 5 additions and 6 deletions

View file

@ -27,7 +27,7 @@
Level 1=auto Level 1=auto
Level 2=auto Level 2=auto
Level 3=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 4=na
Level 5=auto Level 5=auto
Level 6=auto Level 6=auto

View file

@ -68,7 +68,7 @@ const IMAGE_TITRE = 'images/logo.png';
const URL_PROPRE = false; const URL_PROPRE = false;
// Use REMOTE_USER data provided by web server // Use REMOTE_USER data provided by web server
const USE_REMOTE_USER = true; const USE_REMOTE_USER = false;
// Path to the log file // Path to the log file
const LOG_FILE = 'admin/stdout.log'; const LOG_FILE = 'admin/stdout.log';

View file

@ -64,15 +64,14 @@
"de": "Wählen Sie bitte die Standardsprache für OpenSondage." "de": "Wählen Sie bitte die Standardsprache für OpenSondage."
}, },
"choices": ["fr","en", "oc", "es", "de", "nl", "it", "br"], "choices": ["fr","en", "oc", "es", "de", "nl", "it", "br"],
"default": "en_GB" "default": "en"
}, },
{ {
"name": "is_public", "name": "is_public",
"type": "boolean", "type": "boolean",
"ask": { "ask": {
"en": "Could non member create poll ?", "en": "Is this application public?",
"fr": "Une personne non membre peut elle créer un sondage ?", "fr": "Cette application est-elle publique ?"
"de": "Kann einen nicht eingeloggter Nutzer einen Umfrage erstellen?"
}, },
"default": true "default": true
} }