mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Make ldap passwd a password field
This commit is contained in:
parent
3ce7b2e348
commit
a0579b8864
@ -66,7 +66,7 @@
|
||||
|
||||
<tr bgcolor="e6e6e6">
|
||||
<td>LDAP root password:</td>
|
||||
<td><input name="newsettings[ldap_root_pw]" value="<?php echo $current_config["ldap_root_pw"]; ?>"></td>
|
||||
<td><input name="newsettings[ldap_root_pw]" type="password" value="<?php echo $current_config["ldap_root_pw"]; ?>"></td>
|
||||
</tr>
|
||||
|
||||
<?php $selected[$current_config["ldap_encryption_type"]] = " selected"; ?>
|
||||
|
Loading…
Reference in New Issue
Block a user