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:
parent
9c8c8c735d
commit
99e805b816
1 changed files with 7 additions and 7 deletions
|
@ -14,13 +14,13 @@ services = ["__APP__"]
|
||||||
bind = ":/opt/yunohost/__APP__/dendrite.yaml"
|
bind = ":/opt/yunohost/__APP__/dendrite.yaml"
|
||||||
|
|
||||||
[main.registration.helptext]
|
[main.registration.helptext]
|
||||||
ask = '''
|
ask = """\
|
||||||
HOW TO REGISTER AN ACCOUNT ?
|
###### How to register an account ?
|
||||||
* Provide a Registration Shared Secret.
|
* Provide a Registration Shared Secret
|
||||||
* To register an **admin** account for the user `USERNAME`, connect to your server with ssh and type:
|
* 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`
|
`/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"
|
type = "markdown"
|
||||||
|
|
||||||
[main.registration.registration_disabled]
|
[main.registration.registration_disabled]
|
||||||
|
|
Loading…
Add table
Reference in a new issue