From 6c9102f2d494c7fe20b8ddd2bc0686874b3b72ce Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 2 Feb 2022 15:40:12 +0100 Subject: [PATCH] Remove password --- manifest.json | 6 +----- scripts/install | 1 - 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index fd6f598..a1dca7d 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Platform to create documentation/wiki content", "fr": "Plateforme pour créer du contenu de documentation/wiki" }, - "version": "21.12.4~ynh1", + "version": "21.12.4~ynh2", "url": "https://www.bookstackapp.com/", "upstream": { "license": "MIT", @@ -44,10 +44,6 @@ "name": "admin", "type": "user" }, - { - "name": "password", - "type": "password" - }, { "name": "language", "type": "string", diff --git a/scripts/install b/scripts/install index 236d625..75927da 100644 --- a/scripts/install +++ b/scripts/install @@ -30,7 +30,6 @@ redis_db=$(ynh_redis_get_free_db) mail_pwd=$(ynh_string_random --length=12) admin=$YNH_APP_ARG_ADMIN email=$(ynh_user_get_info --username=$admin --key=mail) -password=$YNH_APP_ARG_PASSWORD app=$YNH_APP_INSTANCE_NAME