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' => [