summary refs log tree commit diff
path: root/synapse/api
diff options
context:
space:
mode:
authorWill Hunt <will@half-shot.uk>2020-09-15 17:22:13 +0100
committerWill Hunt <will@half-shot.uk>2020-09-15 17:24:25 +0100
commit3bab937ae3a12d523ad419a16a6ab45b70aad346 (patch)
treef793db324dcd4bfe3e70c36e2a7554117f8bce61 /synapse/api
parentMerge remote-tracking branch 'origin/develop' into hs/shared-with-api (diff)
downloadsynapse-github/hs/allow-as-login.tar.xz
Add ability for ASes to login github/hs/allow-as-login hs/allow-as-login
Diffstat (limited to 'synapse/api')
-rw-r--r--synapse/api/constants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/api/constants.py b/synapse/api/constants.py

index 6a6d32c302..43e5b6cc00 100644 --- a/synapse/api/constants.py +++ b/synapse/api/constants.py
@@ -57,6 +57,7 @@ class JoinRules(object): class LoginType(object): PASSWORD = "m.login.password" + APPSERVICE = "uk.half-shot.unstable.login.appservice" EMAIL_IDENTITY = "m.login.email.identity" MSISDN = "m.login.msisdn" RECAPTCHA = "m.login.recaptcha"