Revision 49db5ba1
Added by Stephen Beaver almost 9 years ago
src/usr/local/www/system_authservers.php | ||
---|---|---|
681 | 681 |
$group->add(new Form_Input( |
682 | 682 |
'ldap_bindpw', |
683 | 683 |
'Password', |
684 |
'text',
|
|
684 |
'password',
|
|
685 | 685 |
$pconfig['ldap_bindpw'] |
686 | 686 |
)); |
687 | 687 |
$section->add($group); |
Also available in: Unified diff
Obscured password field in system_authservers.php bind section
Fixed #6759
(cherry picked from commit 1c1f08f92e8841f7282280caeed7613edd810453)