matrix README create user

This commit is contained in:
giomba 2021-01-11 21:01:31 +01:00
parent f612739c2f
commit 7605eac7d0
1 changed files with 6 additions and 0 deletions

6
matrix/README.md Normal file
View File

@ -0,0 +1,6 @@
# Matrix
## Create new user
```$ docker exec -it matrix_synapse_1 register_new_matrix_user http://localhost:8008/ -c /data/homeserver.yaml --user giomba --password p455w0rd --admin```
Obviously ```--admin``` creates an admin user.