From cda9520c842bd36107b72e3300a2bdaa9d255dc3 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 8 May 2022 21:35:41 +0200 Subject: [PATCH] Update manifest.json --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 7b171a6..59cd66e 100644 --- a/manifest.json +++ b/manifest.json @@ -54,8 +54,8 @@ "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." + "en": "The password is encrypted with password_hash(). To generate new password hash go to https://tinyfilemanager.github.io/docs/pwd.html", + "fr": "Le mot de passe est chiffré avec password_hash(). Pour générer un nouveau hachage de mot de passe, accédez à https://tinyfilemanager.github.io/docs/pwd.html" } } ]