implement hasUser(localpart), RegisterState add verify{_admin}.php

- fixes
This commit is contained in:
2018-02-23 15:28:50 +01:00
parent 8fff520b28
commit e88eb13d91
8 changed files with 448 additions and 115 deletions

View File

@@ -1,6 +1,9 @@
<?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";
?>
$webroot="https://myregisterdomain.net/";
$howToURL = "https://my-url-for-storing-howTos.net";
?>