summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2008-07-14 17:56:22 +0000
committerthomascube <thomas@roundcube.net>2008-07-14 17:56:22 +0000
commite3e597e3b6c9ae10e5c7c1e5592726c71793cfe7 (patch)
tree96c39222c846fab9e3ee2e4836e3d11c5a3032c6 /skins
parent4185fa62566af296dda246e18b81ab17717cd548 (diff)
Re-enable autocomplete attribute for login form (#1485211)
Diffstat (limited to 'skins')
-rw-r--r--skins/default/templates/login.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/templates/login.html b/skins/default/templates/login.html
index 2a48f48bf..a3089d781 100644
--- a/skins/default/templates/login.html
+++ b/skins/default/templates/login.html
@@ -37,7 +37,7 @@
<div class="boxcontent">
<form name="form" action="./" method="post">
-<roundcube:object name="loginform" form="form" />
+<roundcube:object name="loginform" form="form" autocomplete="off" />
<p style="text-align:center;"><input type="submit" class="button" value="<roundcube:label name='login' />" /></p>