'password', ]; /** * Remove the password before rendering if the form fails in order to avoid any security issue */ public function prepareElement(FormInterface $form): void { $this->setValue(''); } }