From 7fe97ee09bf7a944d993b7a844d1d07a5171d171 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 19 Apr 2021 20:07:49 +0200 Subject: [PATCH] fix --- manifest.json | 4 ---- scripts/install | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 30c509d..71bbbcc 100755 --- a/manifest.json +++ b/manifest.json @@ -50,10 +50,6 @@ { "name": "password", "type": "password", - "help": { - "en": "Use the help field to add an information for the admin about this question.", - "fr": "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question." - }, "example": "Choose a password" } ] diff --git a/scripts/install b/scripts/install index ee9f15a..85929df 100755 --- a/scripts/install +++ b/scripts/install @@ -123,7 +123,7 @@ ynh_systemd_action --service_name=nginx --action=reload # Installation with curl ynh_script_progression --message="Finalizing installation..." --weight=1 -ynh_local_curl "/cp-install" "csrf_test_name=7b748827ae56137fb7c8abd7f7e4ea00" "email=$email" "username=$admin" "password=$password" +ynh_local_curl "/cp-install" "email=$email" "username=$admin" "password=$password" ynh_permission_update --permission="main" --remove="visitors"