summaryrefslogtreecommitdiff
path: root/modules/user
diff options
context:
space:
mode:
Diffstat (limited to 'modules/user')
-rw-r--r--modules/user/user.module1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/user/user.module b/modules/user/user.module
index 0e074d97b..19ec99c6b 100644
--- a/modules/user/user.module
+++ b/modules/user/user.module
@@ -1307,7 +1307,6 @@ function user_login_block($form) {
);
$form['pass'] = array('#type' => 'password',
'#title' => t('Password'),
- '#maxlength' => 60,
'#size' => 15,
'#required' => TRUE,
);