From e3e597e3b6c9ae10e5c7c1e5592726c71793cfe7 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Mon, 14 Jul 2008 13:56:22 -0400 Subject: [PATCH] Re-enable autocomplete attribute for login form (#1485211) --- skins/default/templates/login.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/skins/default/templates/login.html b/skins/default/templates/login.html index 2a48f48..a3089d7 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> -- Gitblit v1.9.1