diff options
author | thomascube <thomas@roundcube.net> | 2010-11-24 11:56:15 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2010-11-24 11:56:15 +0000 |
commit | fbe24e9fa92bf1f118bac2053fea822b8213c3f6 (patch) | |
tree | bd46a90a81a8e7130e53c602ed4af42ee5caacf3 /skins | |
parent | 576b330ebd2541d89319ca4ef04e2fde172d2cc8 (diff) |
Allow plugin templates to include local files (#1487133); make autocomplete on login screen configurable
Diffstat (limited to 'skins')
-rw-r--r-- | 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 d36fd7452..a315557bf 100644 --- a/skins/default/templates/login.html +++ b/skins/default/templates/login.html @@ -16,7 +16,7 @@ <div class="boxcontent"> <form name="form" action="./" method="post"> -<roundcube:object name="loginform" form="form" autocomplete="off" /> +<roundcube:object name="loginform" form="form" /> <p style="text-align:center;"><input type="submit" class="button mainaction" value="<roundcube:label name='login' />" /></p> |