From a7a79fffea93ec812b0057d874f94bdbb98d315b Mon Sep 17 00:00:00 2001 From: Florian Bogner <f.bogner@pcsg.de> Date: Thu, 23 Feb 2017 10:54:35 +0100 Subject: [PATCH] feat: Cronservice will now display a message regarding the activation email and will allow the user to resend the activation mail. --- ajax/cronservice/resendActivation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ajax/cronservice/resendActivation.php b/ajax/cronservice/resendActivation.php index a816f63..deefdbd 100644 --- a/ajax/cronservice/resendActivation.php +++ b/ajax/cronservice/resendActivation.php @@ -13,4 +13,4 @@ QUI::$Ajax->registerFunction( }, array(), '' -); \ No newline at end of file +); -- GitLab