wip-feat: reduces env vars, adds getting-started page

This commit is contained in:
2025-05-15 23:25:12 -05:00
parent ce6fda257b
commit 5d5d66bd79
22 changed files with 500 additions and 62 deletions

View File

@@ -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,