From d3fa02039719fc10719f8676455ebb8ca1919333 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Sat, 10 Feb 2024 02:11:00 +0100 Subject: [PATCH] Add help strings for the admin account in the install form --- manifest.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifest.toml b/manifest.toml index cf6c19a..84a96e7 100644 --- a/manifest.toml +++ b/manifest.toml @@ -42,11 +42,15 @@ ram.runtime = "50M" [install.admin] # this is a generic question - ask strings are automatically handled by YunoHost's core 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] # 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 type = "password" + help.en = "The password for the Linkstack admin user" + help.fr = "Le mot de passe pour le compte administrateur de Linkstack" [resources] # See the packaging documentation for the full set