#131493 by spatz4000, ChrisKennedy, keith.smith: consistent username field description wording in installer and runtime interface
parent
f031f0563c
commit
7b52f8d52e
|
@ -1366,7 +1366,7 @@ function user_edit_form(&$form_state, $uid, $edit, $register = FALSE) {
|
|||
'#title' => t('Username'),
|
||||
'#default_value' => $edit['name'],
|
||||
'#maxlength' => USERNAME_MAX_LENGTH,
|
||||
'#description' => t('Your preferred username; punctuation is not allowed except for periods, hyphens, and underscores.'),
|
||||
'#description' => t('Spaces are allowed; punctuation is not allowed except for periods, hyphens, and underscores.'),
|
||||
'#required' => TRUE,
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue