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:
parent
2123495b52
commit
7a4833633f
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue