fix error with password not existing in the form

ofaj
Nicolas Ducoulombier 10 years ago
parent 9fa8c0da00
commit efd6d26047
  1. 2
      main/inc/lib/usermanager.lib.php

@ -478,7 +478,7 @@ class UserManager
/** @var FormValidator $form */
$form->freeze();
$form->removeElement('submit');
$form->removeElement('password');
# $form->removeElement('password');
$form->removeElement('pass1');
$form->removeElement('pass2');
$form->removeElement('search');

Loading…
Cancel
Save