From: Alexander Schmidt <alex@treefish.org> Date: Wed, 5 Dec 2012 08:36:22 +0000 (+0100) Subject: introduced html password fields. X-Git-Url: http://git.treefish.org/banana.git/commitdiff_plain/75c95fb6291c3baacfe1883b3f1207c2b34fd78c?ds=inline;hp=40b00377877560ee2c6c4d5a771824059deac819 introduced html password fields. --- diff --git a/submit.php b/submit.php index fa581f8..d64b8da 100644 --- a/submit.php +++ b/submit.php @@ -47,7 +47,7 @@ <th align="left">Mat.nummer:</th> <th align="left"><input type="text" name="mnumber"></th> </tr> <tr> - <th align="left">Password:</th> <th align="left"><input type="text" name="password"></th> + <th align="left">Password:</th> <th align="left"><input type="password" name="password"></th> </tr> <tr><th colspan=2></th></tr> diff --git a/summary.php b/summary.php index 3ebfea9..38c56f2 100644 --- a/summary.php +++ b/summary.php @@ -116,7 +116,7 @@ <th align="left">Mat.nummer:</th> <th align="left"><input type="text" name="mnumber"></th> </tr> <tr> - <th align="left">Password:</th> <th align="left"><input type="text" name="password"></th> + <th align="left">Password:</th> <th align="left"><input type="password" name="password"></th> </tr> <tr><th colspan=2></th></tr>