diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/show_login_form.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_login_form.inc.php b/templates/show_login_form.inc.php index 800d0894..d4d65b2d 100644 --- a/templates/show_login_form.inc.php +++ b/templates/show_login_form.inc.php @@ -64,7 +64,7 @@ function focus(){ document.login.username.focus(); } <div class="loginfield" id="usernamefield"> <label for="username"><?php echo _('Username'); ?>:</label> - <input class="text_input" type="text" id="username" name="username" value="<?php echo $_REQUEST['username']; ; ?>" /> + <input class="text_input" type="text" id="username" name="username" value="<?php echo scrub_out($_REQUEST['username']); ?>" /> </div> <div class="loginfield" id="passwordfield"> <label for="password"><?php echo _('Password'); ?>:</label> |