]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/account/ChangePasswordPage.java
Correct csrf-token impl.
[gigi.git] / src / org / cacert / gigi / pages / account / ChangePasswordPage.java
index 703bbdc33bb4d47d3be65a1405357be7f91838ea..1919f544efd81ba52d8d5245912a1f4b0db2a00c 100644 (file)
@@ -17,7 +17,7 @@ public class ChangePasswordPage extends Page {
 
        @Override
        public void doGet(HttpServletRequest req, HttpServletResponse resp) throws IOException {
-               new ChangeForm().output(resp.getWriter(), getLanguage(req), new HashMap<String, Object>());
+               new ChangeForm(req).output(resp.getWriter(), getLanguage(req), new HashMap<String, Object>());
        }
 
 }