use username
This commit is contained in:
parent
5a32d90adc
commit
d74c283830
6 changed files with 58 additions and 8 deletions
|
@ -18,6 +18,7 @@ class RegistrationFormType extends AbstractType
|
|||
{
|
||||
$builder
|
||||
->add('email')
|
||||
->add('username')
|
||||
->add('agreeTerms', CheckboxType::class, [
|
||||
'mapped' => false,
|
||||
'constraints' => [
|
||||
|
|
Reference in a new issue