1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cops_ynh.git synced 2024-09-03 18:25:57 +02:00

No basic auth if the app is private (we are behind the SSO and that enough)

This commit is contained in:
polytan02 2016-12-24 10:09:31 +00:00
parent bc138989a9
commit d286c0a0b8
2 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@
setup_sub_dir=1 setup_sub_dir=1
setup_root=1 setup_root=1
setup_nourl=0 setup_nourl=0
setup_private=0 setup_private=1
setup_public=1 setup_public=1
upgrade=1 upgrade=1
backup_restore=1 backup_restore=1

View file

@ -71,8 +71,8 @@
{ {
"name": "basicauthcreate", "name": "basicauthcreate",
"ask": { "ask": {
"en": "Create a basic auth access ? This is required if the app is public so that ereaders to access the OPDS server, for example", "en": "Create a basic auth access (only taken into account for a Public app) ? This is required if the app is public so that ereaders to access the OPDS server, for example",
"fr": "Créer un accès par authentification basique ? Ceci est requis si votre bibliothèque est publique et que vous voulez accéder au serveur OPDS avec votre liseuse ou application mobile" "fr": "Créer un accès par authentification basique (Uniquement pris en compte pour une app Publique) ? Ceci est requis si votre bibliothèque est publique et que vous voulez accéder au serveur OPDS avec votre liseuse ou application mobile"
}, },
"choices": ["Yes", "No"], "choices": ["Yes", "No"],
"default": "Yes" "default": "Yes"