Commit 8225c2b7 by Yvon

homogeneise password visibility on adherent page

parent dca74c2a
......@@ -427,7 +427,7 @@ class AdherentAdmin extends AbstractAdmin
'class' => 'recurrentPaymentReason'
]
])
->add('cancelRecurrentPaymentPassword', TextType::class, [
->add('cancelRecurrentPaymentPassword', PasswordType::class, [
'label' => 'Mot de passe pour annuler le paiement récurrent',
'mapped' => false,
'required' => false,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment