I tried to unset the widget "password_again" from the sfGuardUserAdminForm on the backend app. But nothing works.
I try to not-displaying in the generator.yml file
form:
class: sfGuardUserAdminForm
display:
"User": [first_name, last_name, email_address, username]
"Permissions and groups": [is_active, is_super_admin, groups_list, permissions_list]
But the field stills appears in the form. And I try to unset on the form configure unset($this['password_again']);
But an error appears Widget "password_again" does not exist.