Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
drupal.org
realname
Commits
48194fe7
Commit
48194fe7
authored
Jun 24, 2011
by
damienmckenna
Committed by
Dave Reid
Jun 24, 2011
Browse files
Issue #1194646: Increase maximum length of the real name pattern field to 256 characters.
parent
7ad9f05a
Changes
1
Hide whitespace changes
Inline
Side-by-side
realname.admin.inc
View file @
48194fe7
...
...
@@ -14,6 +14,7 @@ function realname_settings_form($form, &$form_state) {
'#token_types'
=>
array
(
'user'
),
'#min_tokens'
=>
1
,
'#required'
=>
TRUE
,
'#maxlength'
=>
256
,
);
// Add the token tree UI.
...
...
Write
Preview
Supports
Markdown
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