Allow ASes to deactivate their own users

This commit is contained in:
Richard van der Hoff 2017-10-27 00:01:00 +01:00
parent 1ad1ba9e6a
commit 785bd7fd75
2 changed files with 33 additions and 17 deletions

View file

@ -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