diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2018-11-27 08:51:52 +0100 |
---|---|---|
committer | Amber Brown <hawkowl@atleastfornow.net> | 2018-11-27 18:51:52 +1100 |
commit | 944d524f183177d4da0910a380f0659d15564823 (patch) | |
tree | 1b9066d1122d437f86e16ec65c6f421d95bf44a7 /changelog.d | |
parent | Check logcontexts before and after each test (#4190) (diff) | |
download | synapse-944d524f183177d4da0910a380f0659d15564823.tar.xz |
Support m.login.sso (#4220)
* 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
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4220.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4220.feature b/changelog.d/4220.feature new file mode 100644 index 0000000000..e7a3e40483 --- /dev/null +++ b/changelog.d/4220.feature @@ -0,0 +1 @@ +Rename login type m.login.cas to m.login.sso |