[Pkg-owncloud-commits] [owncloud] 18/44: disable autocomplete for shared link password input, fix #7419

David Prévot taffit at moszumanska.debian.org
Fri Mar 7 13:27:24 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 61a37331ceb155a6b20a2242d8f3dc9057c30d3e
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date:   Wed Feb 26 14:48:15 2014 +0100

    disable autocomplete for shared link password input, fix #7419
---
 apps/files_sharing/templates/authenticate.php | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/apps/files_sharing/templates/authenticate.php b/apps/files_sharing/templates/authenticate.php
index 928be93..19b1fb2 100644
--- a/apps/files_sharing/templates/authenticate.php
+++ b/apps/files_sharing/templates/authenticate.php
@@ -8,7 +8,10 @@
 		<?php endif; ?>
 		<p class="infield">
 			<label for="password" class="infield"><?php p($l->t('Password')); ?></label>
-			<input type="password" name="password" id="password" placeholder="" value="" autofocus />
+			<input type="password" name="password" id="password"
+				placeholder="" value=""
+				autocomplete="off" autocapitalize="off" autocorrect="off"
+				autofocus />
 			<input type="submit" value="" class="svg icon icon-confirm" />
 		</p>
 	</fieldset>

-- 
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