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

Improve registration help text

This commit is contained in:
tituspijean 2023-08-26 16:32:20 +02:00 committed by GitHub
parent 9c8c8c735d
commit 99e805b816
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.
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
'''
* Remove `-admin` to register a default user account.
"""
type = "markdown"
[main.registration.registration_disabled]