mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:56:07 -04:00
Allow ASes to deactivate their own users
This commit is contained in:
parent
1ad1ba9e6a
commit
785bd7fd75
2 changed files with 33 additions and 17 deletions
|
@ -82,7 +82,7 @@ class AuthHandler(BaseHandler):
|
|||
def check_auth(self, flows, clientdict, clientip):
|
||||
"""
|
||||
Takes a dictionary sent by the client in the login / registration
|
||||
protocol and handles the login flow.
|
||||
protocol and handles the User-Interactive Auth flow.
|
||||
|
||||
As a side effect, this function fills in the 'creds' key on the user's
|
||||
session with a map, which maps each auth-type (str) to the relevant
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue