mirror of https://github.com/zulip/zulip.git
8d404dbcc6
Apparently, the "continue to registration" flow used a subtly invalid way of encoding the full name. We put in the query part of the action URL of the HTML form, but apparently HTML forms with a `GET` type will ignore the query part (replacing it with any input values), which makes sense but doesn't do what we want here. There are a few sane ways to fix it, but given that the encoding logic we had before for including the name in the URL was ugly, I'm pretty happy with just adding a hidden input to the form for the name. |
||
---|---|---|
.. | ||
analytics | ||
confirmation | ||
corporate | ||
tests | ||
two_factor | ||
zerver | ||
zilencer | ||
.gitignore | ||
404.html | ||
500.html |