aboutsummaryrefslogtreecommitdiffstats
path: root/core/templates/login.php
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2012-07-18 12:27:15 +0200
committerBjoern Schiessle <schiessle@owncloud.com>2012-07-18 12:27:15 +0200
commit20a174e71b8e0f2a500d98e7781fe7f66e2e9a23 (patch)
tree93eefe655db1674b899b12cf9c276b0dcb6d7a6e /core/templates/login.php
parent0ea29398c7fce1d969b56a831cad4344fb99c22c (diff)
downloadnextcloud-server-20a174e71b8e0f2a500d98e7781fe7f66e2e9a23.tar.gz
nextcloud-server-20a174e71b8e0f2a500d98e7781fe7f66e2e9a23.zip
remove second "autocomplete" statement
Diffstat (limited to 'core/templates/login.php')
-rw-r--r--core/templates/login.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/login.php b/core/templates/login.php
index ce419016d29..b35c4a33be8 100644
--- a/core/templates/login.php
+++ b/core/templates/login.php
@@ -7,7 +7,7 @@
<?php endif; ?>
<p class="infield">
<label for="user" class="infield"><?php echo $l->t( 'Username' ); ?></label>
- <input type="text" name="user" id="user" autocomplete="on" value="<?php echo !empty($_POST['user'])?OC_Util::sanitizeHTML($_POST['user'],ENT_COMPAT,'utf-8').'"':'" autofocus'; ?> autocomplete="off" required />
+ <input type="text" name="user" id="user" value="<?php echo !empty($_POST['user'])?OC_Util::sanitizeHTML($_POST['user'],ENT_COMPAT,'utf-8').'"':'" autofocus'; ?> autocomplete="on" required />
</p>
<p class="infield">
<label for="password" class="infield"><?php echo $l->t( 'Password' ); ?></label>