summary refs log tree commit diff
path: root/synapse/static/client/login/style.css (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add initial support for a "pick your IdP" page (#9017)Richard van der Hoff2021-01-051-0/+5
| | | | | During login, if there are multiple IdPs enabled, offer the user a choice of IdPs.
* Clean-up the fallback login code. (#7657)Patrick Cloke2020-06-101-5/+29
|
* Support m.login.sso (#4220)Richard van der Hoff2018-11-271-13/+6
| | | | | | | | | | | | | | | | | * Clean up the CSS for the fallback login form I was finding this hard to work with, so simplify a bunch of things. Each flow is now a form inside a div of class login_flow. The login_flow class now has a fixed width, as that looks much better than each flow having a differnt width. * Support m.login.sso MSC1721 renames m.login.cas to m.login.sso. This implements the change (retaining support for m.login.cas for older clients). * changelog
* Add login fallbackErik Johnston2015-10-261-0/+57