Add autocomplete=off - closes #122
This commit is contained in:
parent
bdfd68c3b6
commit
aa5be41b06
@ -65,7 +65,7 @@ if ($app['server']->getAuthType() == 'http') {
|
|||||||
|
|
||||||
# HTML Login Form
|
# HTML Login Form
|
||||||
} else {
|
} else {
|
||||||
echo '<form action="cmd.php" method="post">';
|
echo '<form action="cmd.php" method="post" autocomplete="off">';
|
||||||
echo '<div>';
|
echo '<div>';
|
||||||
echo '<input type="hidden" name="cmd" value="login" />';
|
echo '<input type="hidden" name="cmd" value="login" />';
|
||||||
printf('<input type="hidden" name="server_id" value="%s" />',$app['server']->getIndex());
|
printf('<input type="hidden" name="server_id" value="%s" />',$app['server']->getIndex());
|
||||||
|
Loading…
Reference in New Issue
Block a user