use username
This commit is contained in:
parent
5a32d90adc
commit
d74c283830
6 changed files with 58 additions and 8 deletions
|
@ -11,6 +11,7 @@
|
|||
|
||||
{{ form_start(registrationForm) }}
|
||||
{{ form_row(registrationForm.email) }}
|
||||
{{ form_row(registrationForm.username) }}
|
||||
{{ form_row(registrationForm.plainPassword, {
|
||||
label: 'Password'
|
||||
}) }}
|
||||
|
|
Reference in a new issue