diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-11-24 11:56:15 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-11-24 11:56:15 +0000 |
| commit | 1f1597a6baec4f3f0050d19a1f3207a754b95bcd (patch) | |
| tree | 414fb12c766a20a5010cc157ce54808490709a4e /roundcubemail/skins/default | |
| parent | 3ac8a69a485ef63ed7946399153d6209f0468ead (diff) | |
Allow plugin templates to include local files (#1487133); make autocomplete on login screen configurable
git-svn-id: https://svn.roundcube.net/trunk@4257 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default')
| -rw-r--r-- | roundcubemail/skins/default/templates/login.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/templates/login.html b/roundcubemail/skins/default/templates/login.html index d36fd7452..a315557bf 100644 --- a/roundcubemail/skins/default/templates/login.html +++ b/roundcubemail/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> |
