[Pkg-owncloud-commits] [owncloud] 04/32: LDAP: the browser shall not autofill userdn and password, usually login credentials are inserted. fixes #6283
David Prévot
taffit at moszumanska.debian.org
Sun Dec 15 01:47:31 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 7b388eb4a88e20dc660769e980d79f9ed629ce04
Author: Arthur Schiwon <blizzz at owncloud.com>
Date: Thu Dec 12 14:04:10 2013 +0100
LDAP: the browser shall not autofill userdn and password, usually login credentials are inserted. fixes #6283
---
apps/user_ldap/templates/part.wizard-server.php | 4 ++--
1 file 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 fde7c36..0312c17 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>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list