From be618036835f0df276dcbececb6c507b41120797 Mon Sep 17 00:00:00 2001 From: Hugh Nimmo-Smith Date: Mon, 16 Sep 2024 13:38:17 +0100 Subject: [PATCH] syn2mas - reflect that CAPTCHA is supported by MAS now --- tools/syn2mas/src/advisor.mts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/syn2mas/src/advisor.mts b/tools/syn2mas/src/advisor.mts index 95f148603..095072073 100644 --- a/tools/syn2mas/src/advisor.mts +++ b/tools/syn2mas/src/advisor.mts @@ -117,8 +117,8 @@ export async function advisor(): Promise { ); } if (synapseConfig.enable_registration_captcha) { - error( - "Synapse config has registration CAPTCHA enabled which isn't supported by MAS: https://github.com/matrix-org/matrix-authentication-service/issues/138", + warn( + "Synapse config has registration CAPTCHA enabled which will need to configured in MAS", ); } if (synapseConfig.user_consent) {