1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-03 12:58:35 +03:00

r7099: make the password field a password field...

metze
(This used to be commit ad2d3991ba56d2779df66ff88ccbeb165ac23376)
This commit is contained in:
Stefan Metzmacher 2005-05-30 09:31:17 +00:00 committed by Gerald (Jerry) Carter
parent 2a20e42c26
commit e39bdcf930

View File

@ -4,6 +4,7 @@
var f = Form("login", 2, 1);
f.element[0].label = "Username";
f.element[1].label = "Password";
f.element[1].type = "password";
f.submit[0] = "Login";
display_form(f);