fixed help links for profile editor
This commit is contained in:
parent
a532872c30
commit
c306e4b31b
|
@ -72,22 +72,22 @@ class shadowAccount extends baseModule {
|
||||||
array(
|
array(
|
||||||
0 => array('kind' => 'text', 'text' => _('Password warning')),
|
0 => array('kind' => 'text', 'text' => _('Password warning')),
|
||||||
1 => array('kind' => 'input', 'name' => 'shadowAccount_shadowWarning', 'type' => 'text', 'size' => '4', 'maxlength' => '4', 'value' => ""),
|
1 => array('kind' => 'input', 'name' => 'shadowAccount_shadowWarning', 'type' => 'text', 'size' => '4', 'maxlength' => '4', 'value' => ""),
|
||||||
2 => array('kind' => 'help', 'value' => 'TODO')),
|
2 => array('kind' => 'help', 'value' => 'shadowWarning')),
|
||||||
// password expiration
|
// password expiration
|
||||||
array(
|
array(
|
||||||
0 => array('kind' => 'text', 'text' => _('Password expiration')),
|
0 => array('kind' => 'text', 'text' => _('Password expiration')),
|
||||||
1 => array('kind' => 'input', 'name' => 'shadowAccount_shadowInactive', 'type' => 'text', 'size' => '4', 'maxlength' => '4', 'value' => ""),
|
1 => array('kind' => 'input', 'name' => 'shadowAccount_shadowInactive', 'type' => 'text', 'size' => '4', 'maxlength' => '4', 'value' => ""),
|
||||||
2 => array('kind' => 'help', 'value' => 'TODO')),
|
2 => array('kind' => 'help', 'value' => 'shadowInactive')),
|
||||||
// minimum password age
|
// minimum password age
|
||||||
array(
|
array(
|
||||||
0 => array('kind' => 'text', 'text' => _('Minimum password age')),
|
0 => array('kind' => 'text', 'text' => _('Minimum password age')),
|
||||||
1 => array('kind' => 'input', 'name' => 'shadowAccount_shadowMin', 'type' => 'text', 'size' => '5', 'maxlength' => '5', 'value' => ""),
|
1 => array('kind' => 'input', 'name' => 'shadowAccount_shadowMin', 'type' => 'text', 'size' => '5', 'maxlength' => '5', 'value' => ""),
|
||||||
2 => array('kind' => 'help', 'value' => 'TODO')),
|
2 => array('kind' => 'help', 'value' => 'shadowMin')),
|
||||||
// maximum password age
|
// maximum password age
|
||||||
array(
|
array(
|
||||||
0 => array('kind' => 'text', 'text' => _('Maximum password age')),
|
0 => array('kind' => 'text', 'text' => _('Maximum password age')),
|
||||||
1 => array('kind' => 'input', 'name' => 'shadowAccount_shadowMax', 'type' => 'text', 'size' => '5', 'maxlength' => '5', 'value' => ""),
|
1 => array('kind' => 'input', 'name' => 'shadowAccount_shadowMax', 'type' => 'text', 'size' => '5', 'maxlength' => '5', 'value' => ""),
|
||||||
2 => array('kind' => 'help', 'value' => 'TODO')),
|
2 => array('kind' => 'help', 'value' => 'shadowMax')),
|
||||||
// expiration date
|
// expiration date
|
||||||
array(
|
array(
|
||||||
0 => array('kind' => 'text', 'text' => _('Expiration date')),
|
0 => array('kind' => 'text', 'text' => _('Expiration date')),
|
||||||
|
@ -101,7 +101,7 @@ class shadowAccount extends baseModule {
|
||||||
'options' => $year, 'options_selectd' => "")
|
'options' => $year, 'options_selectd' => "")
|
||||||
)
|
)
|
||||||
)),
|
)),
|
||||||
2 => array('kind' => 'help', 'value' => 'TODO'))
|
2 => array('kind' => 'help', 'value' => 'shadowExpire'))
|
||||||
);
|
);
|
||||||
// profile checks
|
// profile checks
|
||||||
$return['profile_checks']['shadowAccount_shadowMin'] = array(
|
$return['profile_checks']['shadowAccount_shadowMin'] = array(
|
||||||
|
|
Loading…
Reference in New Issue