add saving registrations to sqlite
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
$homeserver = "example.com";
|
||||
$access_token = "To be used for sending the registration notification";
|
||||
$register_room = "$registerRoomID:example.com";
|
||||
$register_room = '"$registerRoomID:example.com';
|
||||
$registration_shared_secret = "To be used for actually register the user";
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user