From 99e805b816c45c601a620a397e9d64616903d4a0 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sat, 26 Aug 2023 16:32:20 +0200 Subject: [PATCH] Improve registration help text --- config_panel.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/config_panel.toml b/config_panel.toml index 6f464ea..0d70f51 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -14,13 +14,13 @@ services = ["__APP__"] bind = ":/opt/yunohost/__APP__/dendrite.yaml" [main.registration.helptext] - ask = ''' - HOW TO REGISTER AN ACCOUNT ? - * Provide a Registration Shared Secret. - * To register an **admin** account for the user `USERNAME`, connect to your server with ssh and type : - `/opt/yunohost/dendrite/bin/create-account -config /opt/yunohost/dendrite/dendrite.yaml -username USERNAME -admin` - * Remove `-admin` to register a default user account - ''' + ask = """\ +###### How to register an account ? + * Provide a Registration Shared Secret + * To register an **admin** account for the user `USERNAME`, connect to your server with ssh and type: + `/opt/yunohost/dendrite/bin/create-account -config /opt/yunohost/dendrite/dendrite.yaml -username USERNAME -admin` + * Remove `-admin` to register a default user account. + """ type = "markdown" [main.registration.registration_disabled]