mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
Make ldap pw a password field
This commit is contained in:
parent
9ef0d25187
commit
3ce7b2e348
@ -37,5 +37,5 @@
|
||||
<tr bgcolor="e6e6e6">
|
||||
<td>LDAP root pw for contacts:</td>
|
||||
<? if (!$current_config["ldap_contact_pw"]) { $current_config["ldap_contact_pw"] = $current_config["ldap_root_pw"]; } ?>
|
||||
<td><input name="newsettings[ldap_contact_pw]" value="<?php echo $current_config["ldap_contact_pw"]; ?>"></td>
|
||||
<td><input name="newsettings[ldap_contact_pw]" type="password" value="<?php echo $current_config["ldap_contact_pw"]; ?>"></td>
|
||||
</tr>
|
||||
|
Loading…
Reference in New Issue
Block a user