mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
fix strict typing and do not show link to edit password in user list
This commit is contained in:
@@ -112,6 +112,7 @@ class UserType extends AbstractType
|
||||
},
|
||||
]);
|
||||
|
||||
// @phpstan-ignore-next-line
|
||||
if ($options['is_creation'] && $this->parameterBag->get('chill_main.access_user_change_password')) {
|
||||
$builder->add('plainPassword', RepeatedType::class, [
|
||||
'mapped' => false,
|
||||
|
Reference in New Issue
Block a user