From 7a4833633f76d050296c783e565f8cdfc913c75a Mon Sep 17 00:00:00 2001 From: lapineige Date: Sat, 16 Apr 2022 13:28:03 +0200 Subject: [PATCH] Clarify "is_public" option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit People often believe that choosing "no" would close Pixelfed registration. That will clarify that it targets Yunohost SSO and not Pixelfed login. Note: LDAP integration in Pixelfed is planned, but in the mid-time… --- manifest.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifest.json b/manifest.json index c81ffa95..4e323a05 100644 --- a/manifest.json +++ b/manifest.json @@ -45,6 +45,9 @@ { "name": "is_public", "type": "boolean", + "ask": { + "en": "Should this application be visible by visitors, without a Yunohost login ?", + "fr": "Cette application devrait-elle être visible par les visiteurs n'ayant pas de compte Yunohost ?"}, "default": true } ]