Users always get default profile field values from the profile field. Fixes bug #11215
This commit is contained in:
parent
9d14e8b420
commit
858c148b2e
5 changed files with 71 additions and 53 deletions
|
|
@ -242,7 +242,7 @@ sub createAccount {
|
|||
$formField = $field->formField($properties, undef, undef, undef, $defaultValue);
|
||||
}
|
||||
else {
|
||||
$formField = $field->formField($properties);
|
||||
$formField = $field->formField($properties, undef, undef, undef, undef, undef, 'useFormDefault');
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue