diff --git a/README.md b/README.md index 82c6a2c..aa0b355 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in A non-linear personal web notebook -**Shipped version:** 5.1.23~ynh4 +**Shipped version:** 5.1.23~ynh5 **Demo:** https://tiddlywiki.com/ diff --git a/README_fr.md b/README_fr.md index dd49f76..71e1dfe 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Un carnet Web personnel non linéaire -**Version incluse :** 5.1.23~ynh4 +**Version incluse :** 5.1.23~ynh5 **Démo :** https://tiddlywiki.com/ diff --git a/manifest.json b/manifest.json index fb52154..b0a7b2d 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "A non-linear personal web notebook", "fr": "Un carnet Web personnel non linéaire" }, - "version": "5.1.23~ynh4", + "version": "5.1.23~ynh5", "url": "https://tiddlywiki.com/", "upstream": { "license": "BSD-2-Clause", @@ -42,6 +42,10 @@ { "name": "password", "type": "password", + "help": { + "en": "Using some special characters such as % may cause issues.", + "fr": "L'utilisation de certains caractères spéciaux tels que % peut causer des erreurs." + }, "example": "Choose a password" }, { diff --git a/scripts/install b/scripts/install index 35a6b12..f68dd85 100755 --- a/scripts/install +++ b/scripts/install @@ -50,7 +50,7 @@ ynh_script_progression --message="Storing installation settings..." --weight=1 ynh_app_setting_set --app=$app --key=domain --value=$domain ynh_app_setting_set --app=$app --key=path --value=$path_url ynh_app_setting_set --app=$app --key=admin --value=$admin -ynh_app_setting_set --app=$app --key=password --value=$password +ynh_app_setting_set --app=$app --key=password --value="$password" #================================================= # STANDARD MODIFICATIONS