summary refs log tree commit diff
path: root/synapse/config/_util.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement login blocking based on SAML attributes (#8052)Richard van der Hoff2020-08-111-0/+49
Hopefully this mostly speaks for itself. I also did a bit of cleaning up of the error handling. Fixes #8047