Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
778a2dc5
Commit
778a2dc5
authored
Oct 23, 2006
by
Dries
Browse files
- Patch
#87622
by chx: added maxlength for password in user login block.
parent
3fa98c79
Changes
1
Show whitespace changes
Inline
Side-by-side
modules/user/user.module
View file @
778a2dc5
...
...
@@ -482,6 +482,7 @@ function user_login_block() {
);
$form
[
'pass'
]
=
array
(
'#type'
=>
'password'
,
'#title'
=>
t
(
'Password'
),
'#maxlength'
=>
60
,
'#size'
=>
15
,
'#required'
=>
TRUE
,
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment