diff --git a/Admin/Install/settings.php b/Admin/Install/settings.php index 2ac995a..0517500 100755 --- a/Admin/Install/settings.php +++ b/Admin/Install/settings.php @@ -22,6 +22,13 @@ return [ 'content' => '/^(?=.*?[A-Z])(?=.*?[a-z])(?=.*?[0-9])(?=.*?[.,\/\(\)\{\}\[\]#?!@$%^&*+=\':-]).{8,}$/', 'module' => 'Admin', ], + [ + 'type' => 'setting', + 'name' => SettingsEnum::LOGIN_TIMEOUT, + 'content' => '3', + 'pattern' => '/\\d+/', + 'module' => 'Admin', + ], [ 'type' => 'setting', 'name' => SettingsEnum::LOGIN_TRIES, diff --git a/Admin/Settings/Theme/Backend/settings.tpl.php b/Admin/Settings/Theme/Backend/settings.tpl.php index d270b58..89ca3d1 100755 --- a/Admin/Settings/Theme/Backend/settings.tpl.php +++ b/Admin/Settings/Theme/Backend/settings.tpl.php @@ -207,7 +207,7 @@ echo $this->data['nav']->render(); diff --git a/Theme/Backend/modules-log.tpl.php b/Theme/Backend/modules-log.tpl.php index 4e4a763..bdf714b 100755 --- a/Theme/Backend/modules-log.tpl.php +++ b/Theme/Backend/modules-log.tpl.php @@ -37,7 +37,6 @@ echo $this->data['nav']->render(); - @@ -48,25 +47,25 @@ echo $this->data['nav']->render(); getHtml('Module', 'Auditor'); ?> getHtml('Type', 'Auditor'); ?> getHtml('Trigger', 'Auditor'); ?> - getHtml('Content', 'Auditor'); ?> getHtml('By', 'Auditor'); ?> getHtml('Ref', 'Auditor'); ?> getHtml('Date', 'Auditor'); ?> - $audit) : ++$count; - $url = UriFactory::build('{/base}/admin/audit/single?{?}&id=' . $audit->id); ?> + $audit) : ++$count; + $url = UriFactory::build('{/base}/admin/audit/single?{?}&id=' . $audit->id); ?> id; ?> printHtml($audit->module); ?> type; ?> printHtml($audit->trigger); ?> - printHtml((string) $audit->content); ?> printHtml($audit->createdBy->login); ?> printHtml((string) $audit->ref); ?> createdAt->format('Y-m-d H:i'); ?> - getHtml('Empty', '0', '0'); ?> + getHtml('Empty', '0', '0'); ?>