changed selfservice password table

This commit is contained in:
Roland Gruber 2011-12-10 13:37:24 +00:00
parent d3e2e90c84
commit c443806058
1 changed files with 1 additions and 0 deletions

View File

@ -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);