From 4605a7e94f0c777eecf39405f19b676a61ab4d1d Mon Sep 17 00:00:00 2001 From: Roy Ronalds Date: Mon, 28 Aug 2023 13:26:18 -0400 Subject: [PATCH] Fix for created_date in account nm. --- deploy/templates/ninjamaster.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy/templates/ninjamaster.tpl b/deploy/templates/ninjamaster.tpl index 08a394605..eae235436 100644 --- a/deploy/templates/ninjamaster.tpl +++ b/deploy/templates/ninjamaster.tpl @@ -72,7 +72,8 @@
Last Login Failure
Operational
{if $first_account->isOperational()}true{else}false{/if}
Confirmed
{if $first_account->isConfirmed()}1{else}0{/if}
-
Created
{$first_account.created_date|escape}
+
Created