app/matrix: disable password login in synapse

This should, according to a GH issue thread [1] fix some flows (like
session delete) with our CAS configuration.

Not deployed, untested.

[1] - https://github.com/matrix-org/synapse/issues/5667#issuecomment-632040218

Change-Id: Iaf041f07e26d1abfb92caba451ebfbbf899e9964
This commit is contained in:
q3k 2020-07-17 13:10:23 +02:00 committed by q3k
parent ec221a0b85
commit 5618a63278

View file

@ -139,7 +139,7 @@ perspectives:
key: "Noi6WqcDj0QmPxCNQqgezwTlBKrfqehY1u2FyWP9uYw" key: "Noi6WqcDj0QmPxCNQqgezwTlBKrfqehY1u2FyWP9uYw"
password_config: password_config:
enabled: true enabled: false
cas_config: cas_config:
enabled: true enabled: true