Always blank the password.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@718 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2004-01-07 13:01:13 +00:00
parent a8bf245c63
commit 81c18b9f19
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ window.resizeTo( <?= $jws['console']['w'] ?>, <?= $jws['console']['h'] ?> );
<input type="hidden" name="view" value="postlogin">
<tr><td colspan="2" class="smallhead" align="center">ZoneMinder <?= $zmSlangLogin ?></td></tr>
<tr><td width="50%" class="text" align="right"><?= $zmSlangUsername ?></td><td width="50%" align="left" class="text"><input type="text" class="form" name="username" value="<?= $username ?>" size="12"></tr>
<tr><td width="50%" class="text" align="right"><?= $zmSlangPassword ?></td><td width="50%" align="left" class="text"><input type="password" class="form" name="password" value="<?= $password ?>" size="12"></tr>
<tr><td width="50%" class="text" align="right"><?= $zmSlangPassword ?></td><td width="50%" align="left" class="text"><input type="password" class="form" name="password" value="" size="12"></tr>
<tr><td colspan="2" align="center"><input type="submit" value="<?= $zmSlangLogin ?>" class="form"></td></tr>
</form>
</table>