summaryrefslogtreecommitdiff
path: root/modules/user.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/user.module')
-rw-r--r--modules/user.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user.module b/modules/user.module
index 6f25300b3..e3a17dbe0 100644
--- a/modules/user.module
+++ b/modules/user.module
@@ -524,7 +524,7 @@ function user_block($op = 'list', $delta = 0, $edit = array()) {
// might already be set.
$output .= form_textfield(t('Username'), 'name', $edit['name'], 15, 64);
- $output .= form_password(t('Password'), 'pass', $pass, 15, 64);
+ $output .= form_password(t('Password'), 'pass', '', 15, 64);
$output .= form_submit(t('Log in'));
$output .= "</div>\n";