wip-feat: reduces env vars, adds getting-started page
This commit is contained in:
@@ -16,6 +16,7 @@ class RegistrationFormType extends AbstractType
|
||||
{
|
||||
$builder
|
||||
->add('email')
|
||||
->add('username')
|
||||
->add('name')
|
||||
->add('plainPassword', PasswordType::class, [
|
||||
// instead of being set onto the object directly,
|
||||
|
||||
Reference in New Issue
Block a user