1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bookstack_ynh.git synced 2024-09-03 18:16:02 +02:00

Remove password

This commit is contained in:
ericgaspar 2022-02-02 15:40:12 +01:00
parent 042725777c
commit 6c9102f2d4
2 changed files with 1 additions and 6 deletions

View file

@ -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",

View file

@ -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