changed selfservice password table
This commit is contained in:
parent
d3e2e90c84
commit
c443806058
|
@ -2067,6 +2067,7 @@ class posixAccount extends baseModule implements passwordService {
|
|||
$return = array();
|
||||
if (in_array('password', $fields)) {
|
||||
$pwdTable = new htmlTable();
|
||||
$pwdTable->colspan = 3;
|
||||
$pwd1 = new htmlTableExtendedInputField(_('New password'), 'posixAccount_password');
|
||||
$pwd1->setIsPassword(true);
|
||||
$pwdTable->addElement($pwd1, true);
|
||||
|
|
Loading…
Reference in New Issue