Skip to content

Commit 781f302

Browse files
hughnssandhose
andauthored
syn2mas - reflect that CAPTCHA is supported by MAS now (#3207)
Co-authored-by: Quentin Gliech <[email protected]>
1 parent 8090ba8 commit 781f302

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/syn2mas/src/advisor.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ export async function advisor(): Promise<void> {
117117
);
118118
}
119119
if (synapseConfig.enable_registration_captcha) {
120-
error(
121-
"Synapse config has registration CAPTCHA enabled which isn't supported by MAS: https://github.com/element-hq/matrix-authentication-service/issues/138",
120+
warn(
121+
"Synapse config has registration CAPTCHA enabled which will need to configured in MAS",
122122
);
123123
}
124124
if (synapseConfig.user_consent) {

0 commit comments

Comments
 (0)