From 2fc6d792bca686b40c0e0edc7f25cffc9866a77e Mon Sep 17 00:00:00 2001 From: Brock H Caldwell Date: Tue, 3 Mar 2026 22:07:06 -0600 Subject: [PATCH] chore: renames form field --- src/User/Framework/Form/RegistrationFormType.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/User/Framework/Form/RegistrationFormType.php b/src/User/Framework/Form/RegistrationFormType.php index 53ad169..f35dad1 100644 --- a/src/User/Framework/Form/RegistrationFormType.php +++ b/src/User/Framework/Form/RegistrationFormType.php @@ -20,6 +20,7 @@ class RegistrationFormType extends AbstractType ->add('plainPassword', PasswordType::class, [ // instead of being set onto the object directly, // this is read and encoded in the controller + 'label' => 'Password', 'mapped' => false, 'attr' => ['autocomplete' => 'new-password'], 'constraints' => [