mirror of
https://github.com/element-hq/synapse.git
synced 2025-12-20 00:00:50 -05:00
Instead of if the user does not have a password hash. This allows a SSO user to add a password to their account, but only if the local password database is configured.
2 lines
164 B
Plaintext
2 lines
164 B
Plaintext
Fix the `/capabilities` endpoint to return `m.change_password` as disabled if the local password database is not used for authentication. Contributed by @dklimpel.
|