projects
/
project/drupal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
160e454
)
Issue #1777270 by Devin Carlson, ssm2017 Binder, caelon, barraponto, ross9885: Fixed...
author
David Rothstein
Mon, 29 Oct 2012 03:34:16 +0000 (23:34 -0400)
committer
David Rothstein
Mon, 29 Oct 2012 03:34:16 +0000 (23:34 -0400)
modules/user/user.module
patch
|
blob
|
blame
|
history
diff --git
a/modules/user/user.module
b/modules/user/user.module
index
0e074d9
..
19ec99c
100644
(file)
--- 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,
);