-
- Downloads
Return m.change_password.enabled=false if local database is disabled (#9588)
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.
Showing
- changelog.d/9588.bugfix 1 addition, 0 deletionschangelog.d/9588.bugfix
- synapse/handlers/auth.py 13 additions, 0 deletionssynapse/handlers/auth.py
- synapse/rest/client/v2_alpha/capabilities.py 12 additions, 11 deletionssynapse/rest/client/v2_alpha/capabilities.py
- tests/rest/client/v2_alpha/test_capabilities.py 32 additions, 4 deletionstests/rest/client/v2_alpha/test_capabilities.py
Loading
Please register or sign in to comment