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