1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/linkstack_ynh.git synced 2024-09-03 19:36:14 +02:00

Add help strings for the admin account in the install form

This commit is contained in:
OniriCorpe 2024-02-10 02:11:00 +01:00 committed by GitHub
parent 82f80c35e1
commit d3fa020397
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,11 +42,15 @@ ram.runtime = "50M"
[install.admin] [install.admin]
# this is a generic question - ask strings are automatically handled by YunoHost's core # this is a generic question - ask strings are automatically handled by YunoHost's core
type = "user" type = "user"
help.en = "The email address of this user will be used as the admin login for Linkstack"
help.fr = "L'adresse e-mail associée à cet utilisateur sera utilisée comme identifiant administrateur dans Linkstack"
[install.password] [install.password]
# this is a generic question - ask strings are automatically handled by YunoHost's core # this is a generic question - ask strings are automatically handled by YunoHost's core
# Note that user-provided passwords questions are not automatically saved as setting # Note that user-provided passwords questions are not automatically saved as setting
type = "password" type = "password"
help.en = "The password for the Linkstack admin user"
help.fr = "Le mot de passe pour le compte administrateur de Linkstack"
[resources] [resources]
# See the packaging documentation for the full set # See the packaging documentation for the full set