summary refs log tree commit diff
path: root/changelog.d/8848.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.24.0rc1Patrick Cloke2020-12-021-1/+0
|
* Support "identifier" dicts in UIA (#8848)Richard van der Hoff2020-12-011-0/+1
The spec requires synapse to support `identifier` dicts for `m.login.password` user-interactive auth, which it did not (instead, it required an undocumented `user` parameter.) To fix this properly, we need to pull the code that interprets `identifier` into `AuthHandler.validate_login` so that it can be called from the UIA code. Fixes #5665.