removed unused code
This commit is contained in:
parent
fca21dbdf8
commit
4bab674b29
|
@ -258,8 +258,6 @@ class posixGroup extends baseModule {
|
||||||
0 => array('kind' => 'text', 'text' => _('Password') ),
|
0 => array('kind' => 'text', 'text' => _('Password') ),
|
||||||
1 => array('kind' => 'input', 'name' => 'userPassword', 'type' => 'password', 'size' => '20', 'maxlength' => '255', 'value' => ""),
|
1 => array('kind' => 'input', 'name' => 'userPassword', 'type' => 'password', 'size' => '20', 'maxlength' => '255', 'value' => ""),
|
||||||
2 => array('kind' => 'help', 'value' => 'password'));
|
2 => array('kind' => 'help', 'value' => 'password'));
|
||||||
if ($post['userPassword2']!='') $password2 = $post['userPassword2'];
|
|
||||||
else $password2 = $this->userPassword();
|
|
||||||
$return[] = array(
|
$return[] = array(
|
||||||
0 => array('kind' => 'text', 'text' => _('Repeat password')),
|
0 => array('kind' => 'text', 'text' => _('Repeat password')),
|
||||||
1 => array('kind' => 'input', 'name' => 'userPassword2', 'type' => 'password', 'size' => '20', 'maxlength' => '255', 'value' => ""));
|
1 => array('kind' => 'input', 'name' => 'userPassword2', 'type' => 'password', 'size' => '20', 'maxlength' => '255', 'value' => ""));
|
||||||
|
|
Loading…
Reference in New Issue