From 4347c5bb1f12bc1ef4da0226137a6519eef54d20 Mon Sep 17 00:00:00 2001
From: Andreas Gohr <gohr@cosmocode.de>
Date: Wed, 25 Apr 2018 14:39:56 +0200
Subject: [PATCH] add user interface back to resendpwd action. fixes #2349

---
 inc/Action/Resendpwd.php | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/inc/Action/Resendpwd.php b/inc/Action/Resendpwd.php
index ab243b042..5b5e38194 100644
--- a/inc/Action/Resendpwd.php
+++ b/inc/Action/Resendpwd.php
@@ -37,6 +37,11 @@ class Resendpwd extends AbstractAclAction {
         }
     }
 
+    /** @inheritdoc */
+    public function tplContent() {
+        html_resendpwd();
+    }
+
     /**
      * Send a  new password
      *
-- 
GitLab