--- modules/user.module.orig	2006-08-19 22:51:49.000000000 +0000
+++ modules/user.module	2006-08-19 22:52:23.000000000 +0000
@@ -920,6 +920,7 @@ function user_login($msg = '') {
   $form['pass'] = array('#type' => 'password',
     '#title' => t('Password'),
     '#description' => t('Enter the password that accompanies your username.'),
+    '#maxlength' => 32,
     '#required' => TRUE,
     '#attributes' => array('tabindex' => '2'),
   );
