]> source.dussan.org Git - nextcloud-server.git/commitdiff
LDAP: the browser shall not autofill userdn and password, usually login credentials...
authorArthur Schiwon <blizzz@owncloud.com>
Thu, 12 Dec 2013 13:04:10 +0000 (14:04 +0100)
committerArthur Schiwon <blizzz@owncloud.com>
Thu, 12 Dec 2013 13:15:39 +0000 (14:15 +0100)
apps/user_ldap/templates/part.wizard-server.php

index fde7c36cdd1aa98c182b9dfad5183be5bf079c1e..0312c17ab7b4e3d2e3b7680cb1c9ee87600d9ece 100644 (file)
@@ -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>