From fc89ec7c7b13f2882a89ee310dd25416a7c878b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 27 Apr 2023 19:05:11 +0200 Subject: [PATCH] fix --- doc/POST_INSTALL.md | 4 ++++ manifest.toml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 doc/POST_INSTALL.md diff --git a/doc/POST_INSTALL.md b/doc/POST_INSTALL.md new file mode 100644 index 0000000..afcd8ec --- /dev/null +++ b/doc/POST_INSTALL.md @@ -0,0 +1,4 @@ +Your credentials for the admin panel are: + +- admin username: admin +- admin password: __PASSWORD__ \ No newline at end of file diff --git a/manifest.toml b/manifest.toml index 0e7461d..c66cdb5 100644 --- a/manifest.toml +++ b/manifest.toml @@ -48,8 +48,8 @@ ram.runtime = "50M" default = "fr" [install.password] - help.en = "Administrator password (username is admin)" - help.fr = "Mot de passe administrateur (l'identifiant est admin)" + help.en = "Administrator password" + help.fr = "Mot de passe administrateur" type = "password" [resources]