From 162531f1c59109955bbaaa196d8f5198f502ff99 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 22 Apr 2020 13:36:14 +0100 Subject: [PATCH] try to enable e2e test synapse registration 3pid support Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- .../synapse/config-templates/consent/homeserver.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/end-to-end-tests/synapse/config-templates/consent/homeserver.yaml b/test/end-to-end-tests/synapse/config-templates/consent/homeserver.yaml index e07cf585d8..f9e62c94a6 100644 --- a/test/end-to-end-tests/synapse/config-templates/consent/homeserver.yaml +++ b/test/end-to-end-tests/synapse/config-templates/consent/homeserver.yaml @@ -642,7 +642,8 @@ enable_registration: true # Explicitly disable asking for MSISDNs from the registration # flow (overrides registrations_require_3pid if MSISDNs are set as required) # -#disable_msisdn_registration: true +disable_msisdn_registration: false +threepid_behaviour_email: "local" # Mandate that users are only allowed to associate certain formats of # 3PIDs with accounts on this server.