diff --git a/tools/syn2mas/src/advisor.mts b/tools/syn2mas/src/advisor.mts index da82e6874..e24e12f05 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/element-hq/matrix-authentication-service/issues/138", + warn( + "Synapse config has registration CAPTCHA enabled which will need to configured in MAS", ); } if (synapseConfig.user_consent) {