Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean-up the fallback login code. (#7657) | Patrick Cloke | 2020-06-10 | 1 | -13/+13 |
| | |||||
* | Upgrade jQuery to 3.x on fallback login/registration screens (#7236) | Andrew Morgan | 2020-04-09 | 1 | -1/+2 |
| | |||||
* | Improve the UX of the login fallback when using SSO (#7152) | Brendan Abolivier | 2020-03-27 | 1 | -1/+1 |
| | | | | | | | * Don't show the login forms if we're currently logging in with a password or a token. * Submit directly the SSO login form, showing only a spinner to the user, in order to eliminate from the clunkiness of SSO through this fallback. | ||||
* | Support m.login.sso (#4220) | Richard van der Hoff | 2018-11-27 | 1 | -21/+16 |
| | | | | | | | | | | | | | | | | | * 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 fallback | Erik Johnston | 2015-10-26 | 1 | -0/+50 |