Skip to content

Commit 3c18823

Browse files
authored
Update admin_faq - Fix how to obtain access token (#18225)
Riot is now known as element and Access token moved to Help & About
1 parent d17295e commit 3c18823

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/18225.doc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix how to obtain access token and change naming from riot to element

docs/usage/administration/admin_faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Using the following curl command:
160160
```console
161161
curl -H 'Authorization: Bearer <access-token>' -X DELETE https://matrix.org/_matrix/client/r0/directory/room/<room-alias>
162162
```
163-
`<access-token>` - can be obtained in riot by looking in the riot settings, down the bottom is:
163+
`<access-token>` - can be obtained in element by looking in All settings, clicking Help & About and down the bottom is:
164164
Access Token:\<click to reveal\>
165165

166166
`<room-alias>` - the room alias, eg. #my_room:matrix.org this possibly needs to be URL encoded also, for example %23my_room%3Amatrix.org

0 commit comments

Comments
 (0)