forked from cyberia/ops-handbook
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
882 B
882 B
inviting someone to matrix
using the web application
https://cyberia.club/matrix-register
You will need the registration_shared_secret string which is in the matrix server config file
cat /etc/matrix-synapse/homeserver.yaml | grep 'registration_shared_secret'
using the shell script
When someone requests access to matrix they have to provide us with a username. you will enter that username in the command below:
cyberian@matrix:~$ sudo register_new_matrix_user -u <persons username> -c /etc/matrix-synapse/homeserver.yaml
(you will be prompted to enter a password for the user)
Then send them an email like:
your username is:
<persons username>
your password is:
<password you typed in>
You should change your password after you log in so I don't know your
password :)
You can also add an email address to your account after you log in