mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-05 10:24:56 -04:00
Merge branch 'develop' into email_login
This commit is contained in:
commit
c50ad14bae
60 changed files with 1759 additions and 714 deletions
|
@ -85,9 +85,8 @@ class LoginRestServlet(ClientV1RestServlet):
|
|||
user_id = UserID.create(
|
||||
user_id, self.hs.hostname).to_string()
|
||||
|
||||
handler = self.handlers.login_handler
|
||||
token = yield handler.login(
|
||||
user=user_id,
|
||||
token = yield self.handlers.auth_handler.login_with_password(
|
||||
user_id=user_id
|
||||
password=login_submission["password"])
|
||||
|
||||
result = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue