You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/syn2mas/src/advisor.mts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -117,8 +117,8 @@ export async function advisor(): Promise<void> {
117
117
);
118
118
}
119
119
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",
0 commit comments