No description
Find a file
Tealk faffafd275
better status message
Signed-off-by: Tealk <tealk@rollenspiel.monster>
2023-02-07 20:38:30 +01:00
assets Remove Mail 2023-02-07 20:38:01 +01:00
.gitignore init 2023-02-03 21:02:19 +01:00
config.example.php init 2023-02-03 21:02:19 +01:00
index.php better status message 2023-02-07 20:38:30 +01:00
LICENSE init 2023-02-03 21:02:19 +01:00
README.md fix typo 2023-02-07 08:41:49 +00:00

Matrix registration form

This form was created to bypass the google captcha of Matrix and still allow independent registration

Deployment

Place the files on a web server which is equipped with the php module.

Rename the config.example.php to config.php and enter the registration_secret of your server. You also need to adjust the SERVERNAME and EMAIL placeholders. If the script is not placed on the server synapse is running on, server_address must also be adjusted.

On the synapse server you can then disable your registration by setting enable_registration: false.