1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00

Clarify "is_public" option

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…
This commit is contained in:
lapineige 2022-04-16 13:28:03 +02:00 committed by GitHub
parent 2123495b52
commit 7a4833633f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,6 +45,9 @@
{ {
"name": "is_public", "name": "is_public",
"type": "boolean", "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 "default": true
} }
] ]