From fad13bb9cbc13113c4454a6158ebba23df7192f9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=B4me=20Chilliet?= <come@opensides.be>
Date: Wed, 5 Sep 2018 09:29:57 +0200
Subject: [PATCH] :ambulance: fix(recovery) Add missing CSRF token to recovery
 template

issue #5854
---
 ihtml/themes/breezy/recovery.tpl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ihtml/themes/breezy/recovery.tpl b/ihtml/themes/breezy/recovery.tpl
index b1230156a..6a6ddd20c 100644
--- a/ihtml/themes/breezy/recovery.tpl
+++ b/ihtml/themes/breezy/recovery.tpl
@@ -8,6 +8,7 @@
 <div id="window-div">
 
   <form action='recovery.php{$params}' method='post' name='mainform' onSubmit='js_check(this);return true;'>
+    <input type="hidden" name="CSRFtoken" value="{$CSRFtoken}"/>
 
   <div id="window-titlebar">
     <img id="fd-logo" src="geticon.php?context=applications&amp;icon=fusiondirectory&amp;size=48" alt="FusionDirectory"/>
-- 
GitLab