element-hq / element-hq/synapse
Synapse doesn't tell clients when they can't change passwords due to SSO
Open
A-SSO
S-Minor
T-Defect
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 600
- Avg merge
- 5d 22h
- Merged PRs (30d)
- 51
Description
This issue has been migrated from [#11944](https://github.com/matrix-org/synapse/issues/11944).
---
I filed this over in Element Web land: https://github.com/vector-im/element-web/issues/19461 - the problem is that for accounts using SSO (in my case using github), the UX gives you the option to change your password, but that's not _really_ possible.
@t3chguy I think is saying that the problem is that Synapse still returns:
```
"m.change_password": {
"enabled": true
}
```
for SSO accounts, when that should be false.
Contributor guide
Assessment
This issue has not been assessed yet.