- Patch #87622 by chx: added maxlength for password in user login block.
parent
62c2497d90
commit
f237efbddb
|
@ -562,6 +562,7 @@ function user_block($op = 'list', $delta = 0, $edit = array()) {
|
|||
);
|
||||
$form['pass'] = array('#type' => 'password',
|
||||
'#title' => t('Password'),
|
||||
'#maxlength' => 60,
|
||||
'#size' => 15,
|
||||
'#required' => TRUE,
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue