diff options
Diffstat (limited to 'apps/user_ldap/templates/part.wizard-server.php')
-rw-r--r-- | apps/user_ldap/templates/part.wizard-server.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/user_ldap/templates/part.wizard-server.php b/apps/user_ldap/templates/part.wizard-server.php index fde7c36cdd1..0312c17ab7b 100644 --- a/apps/user_ldap/templates/part.wizard-server.php +++ b/apps/user_ldap/templates/part.wizard-server.php @@ -41,7 +41,7 @@ <div class="tablerow"> <input type="text" id="ldap_dn" name="ldap_dn" class="tablecell lwautosave" - placeholder="<?php p($l->t('User DN'));?>" + placeholder="<?php p($l->t('User DN'));?>" autocomplete="off" title="<?php p($l->t('The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty.'));?>" /> </div> @@ -49,7 +49,7 @@ <div class="tablerow"> <input type="password" id="ldap_agent_password" class="tablecell lwautosave" name="ldap_agent_password" - placeholder="<?php p($l->t('Password'));?>" + placeholder="<?php p($l->t('Password'));?>" autocomplete="off" title="<?php p($l->t('For anonymous access, leave DN and Password empty.'));?>" /> </div> |