diff --git a/manifest.toml b/manifest.toml index 6395f3c..bfac31e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -45,6 +45,12 @@ ram.runtime = "50M" choices = ["standard", "ldap"] default = "ldap" + [install.password] + visible = "auth_method == 'standard'" + help.en = "The password is needed only if you select standard authentication." + help.fr = "Le mot de passe n'est requis que si vous sélectionnez l'authentification standard." + type = "password" + [install.language] ask.en = "Choose the application language" ask.fr = "Choisissez la langue de l'application" @@ -58,12 +64,6 @@ ram.runtime = "50M" type = "group" default = "visitors" - [install.password] - visible = "auth_method == 'standard'" - help.en = "The password is needed only if you select standard authentication." - help.fr = "Le mot de passe n'est requis que si vous sélectionnez l'authentification standard." - type = "password" - [resources] [resources.sources]