Disable local registration when using MAS
This commit is contained in:
@@ -199,6 +199,8 @@ const masTest = base.extend<
|
|||||||
password_config: {
|
password_config: {
|
||||||
enabled: false,
|
enabled: false,
|
||||||
},
|
},
|
||||||
|
// Must be disabled when using MAS.
|
||||||
|
enable_registration: false,
|
||||||
} as Partial<SynapseConfig>)
|
} as Partial<SynapseConfig>)
|
||||||
.withMatrixAuthenticationService(guestMas)
|
.withMatrixAuthenticationService(guestMas)
|
||||||
.withNetwork(network)
|
.withNetwork(network)
|
||||||
|
|||||||
Reference in New Issue
Block a user