From 072df59f4f16760a5eaff76ed3b0079853596050 Mon Sep 17 00:00:00 2001 From: wj25czxj47bu6q <96372288+wj25czxj47bu6q@users.noreply.github.com> Date: Sat, 17 Feb 2024 11:15:01 +0000 Subject: [PATCH] Add band-aid fix for Element failing to register users who provide an email address https://github.com/element-hq/element-web/issues/26968 https://github.com/element-hq/element-web/issues/26627 Signed-off-by: wj25czxj47bu6q <96372288+wj25czxj47bu6q@users.noreply.github.com> --- srv/Matrix-Docker-Compose/element/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/srv/Matrix-Docker-Compose/element/config.json b/srv/Matrix-Docker-Compose/element/config.json index 20eb880..349d2dc 100644 --- a/srv/Matrix-Docker-Compose/element/config.json +++ b/srv/Matrix-Docker-Compose/element/config.json @@ -6,6 +6,7 @@ } }, "disable_custom_urls": true, + "disable_3pid_login": true, "brand": "ArcticFoxes", "branding": { "welcome_background_url": "https://arcticfoxes.net/external_images/background.jpg",