From 75c95fb6291c3baacfe1883b3f1207c2b34fd78c Mon Sep 17 00:00:00 2001 From: Alexander Schmidt <alex@treefish.org> Date: Wed, 5 Dec 2012 09:36:22 +0100 Subject: [PATCH 1/1] introduced html password fields. --- submit.php | 2 +- summary.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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> -- 2.39.5