From bd0551b22076b82a6d49e9f7a2b2e0c90a1b2326 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Fri, 05 Feb 2016 07:25:27 -0500 Subject: [PATCH] Secure also downloads of addressbook exports, managesieve script exports and Enigma keys exports --- skins/classic/templates/login.html | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/skins/classic/templates/login.html b/skins/classic/templates/login.html index cca2bd9..8b549df 100644 --- a/skins/classic/templates/login.html +++ b/skins/classic/templates/login.html @@ -15,12 +15,10 @@ <div class="boxtitle"><roundcube:label name="welcome" /></div> <div class="boxcontent"> -<form name="form" action="./" method="post"> -<roundcube:object name="loginform" form="form" /> - -<p style="text-align:center;"><input type="submit" class="button mainaction" value="<roundcube:label name='login' />" /></p> - +<roundcube:form name="form" method="post"> +<roundcube:object name="loginform" form="form" submit=true /> </form> + </div> </div> -- Gitblit v1.9.1