mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-29 07:28:55 +03:00
8000cf1315
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.
1 line
164 B
Text
1 line
164 B
Text
Fix the `/capabilities` endpoint to return `m.change_password` as disabled if the local password database is not used for authentication. Contributed by @dklimpel.
|