Some users reported a problem of accidentally pasting in whitespace.

The right fix, of course, is have the code strip whitespace, but this note is
a useful thing in the meantime.
This commit is contained in:
Bradley M. Kuhn 2014-02-10 18:01:31 -05:00
parent f63e4aa989
commit ea2e2e9d9f

View file

@ -6,7 +6,7 @@ function step1_do () {
$result = "<h2>Step 1/4 - Login</h2>\n";
$result .= "<p>Please login using the informations that were sent to you by e-mail.</p>\n";
$result .= "<p>Please login using the informations that were sent to you by e-mail. (Note: be sure that no whitespace is placed at the start nor end of either input box below.)</p>\n";
$result .= "<div class=\"votedata\">\n";
$result .= "<p><label for=\"email\">E-mail: </label><input type=\"text\" name=\"email\" value=\"".htmlspecialchars ($email)."\" /></p>\n";