6 Commits (60a8bde16b8fa683e75b3a261f8a353e3b48d9c9)

Author SHA1 Message Date
Andrew Morgan 47349e88d5
Make the mouse turn into a cursor pointer on mouseover of Submit button (#3) 4 years ago
Brendan Abolivier d006d0dd0e
Fix lying comment
We don't allow uppercase characters in the username picker anymore.

See https://github.com/matrix-org/matrix-synapse-saml-mozilla/pull/5#discussion_r393986447
4 years ago
Brendan Abolivier 5764c5361c
Remove uppercase from allowed chars and prettify the error message 4 years ago
Brendan Abolivier de8a1aa5da Revert "Turn the chosen username to lowercase"
This reverts commit ea7ba3e969.
4 years ago
Brendan Abolivier ea7ba3e969
Turn the chosen username to lowercase
So that the user doesn't get dumped to a CSS-less error page telling
them that the localpart doesn't match the regexp.
4 years ago
Richard van der Hoff f85ec19465
Allow users to pick a username on login (#1)
This is essentially a rewrite to collect the username from the user when they first log in, rather than try to determine it algorithmically from SAML attributes.
5 years ago