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