Преглед изворни кода

Update docs: minor changes (#3947)

* Update docs/updating-users-passwords.md: use the common placeholder for an access token

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>

* Update docs/configuring-playbook-etherpad.md: edit the introduction

Based on docs/configuring-playbook-jitsi.md

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>

---------

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
Co-authored-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3949/head
Suguru Hirahara пре 1 година
committed by GitHub
родитељ
комит
8f08736dde
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
2 измењених фајлова са 6 додато и 2 уклоњено
  1. +3
    -1
      docs/configuring-playbook-etherpad.md
  2. +3
    -1
      docs/updating-users-passwords.md

+ 3
- 1
docs/configuring-playbook-etherpad.md Прегледај датотеку

@@ -1,6 +1,8 @@
# Setting up Etherpad (optional) # Setting up Etherpad (optional)


[Etherpad](https://etherpad.org) is an open source collaborative text editor that can be embedded in a Matrix chat room using the [Dimension integration manager](https://dimension.t2bot.io) or used as standalone web app.
The playbook can install and configure [Etherpad](https://etherpad.org) for you.

Etherpad is an open source collaborative text editor. It can not only be integrated with Element clients ([Element Web](configuring-playbook-client-element-web.md)/Desktop, Android and iOS) as a widget, but also be used as standalone web app.


When enabled together with the Jitsi audio/video conferencing system (see [our docs on Jitsi](configuring-playbook-jitsi.md)), it will be made available as an option during the conferences. When enabled together with the Jitsi audio/video conferencing system (see [our docs on Jitsi](configuring-playbook-jitsi.md)), it will be made available as an option during the conferences.




+ 3
- 1
docs/updating-users-passwords.md Прегледај датотеку

@@ -43,5 +43,7 @@ If you didn't make your account a server admin when you created it, you can lear
To set @alice:example.com's password to `correct_horse_battery_staple` you could use this curl command: To set @alice:example.com's password to `correct_horse_battery_staple` you could use this curl command:


```sh ```sh
curl -XPOST -d '{ "new_password": "correct_horse_battery_staple" }' "https://matrix.example.com/_matrix/client/r0/admin/reset_password/@alice:example.com?access_token=MDA...this_is_my_access_token
curl -XPOST -d '{ "new_password": "correct_horse_battery_staple" }' "https://matrix.example.com/_matrix/client/r0/admin/reset_password/@alice:example.com?access_token=ACCESS_TOKEN_HERE
``` ```

Make sure to replace `ACCESS_TOKEN_HERE` with the access token of the server admin account.

Loading…
Откажи
Сачувај