Commit d27e2614 authored by Franco Fichtner's avatar Franco Fichtner

www: fix login after "login" parameter removal

parent 5aa9e4d2
......@@ -289,6 +289,7 @@ $have_cookies = isset($_COOKIE["cookie_test"]);
<input onclick="clearError();" onchange="clearError();" id="passwordfld" type="password" name="passwordfld" class="form-control pwd" tabindex="2" />
</div>
<input type="hidden" name="login" value="1" /><!-- XXX login workaround -->
<button type="submit" name="login" class="btn btn-primary pull-right"><?=gettext("Login"); ?></button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment