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();
= $this->getHtml('Module', 'Auditor'); ?>
| = $this->getHtml('Type', 'Auditor'); ?>
| = $this->getHtml('Trigger', 'Auditor'); ?>
- | = $this->getHtml('Content', 'Auditor'); ?>
| = $this->getHtml('By', 'Auditor'); ?>
| = $this->getHtml('Ref', 'Auditor'); ?>
| = $this->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); ?>
| = $audit->id; ?>
| = $this->printHtml($audit->module); ?>
| = $audit->type; ?>
| = $this->printHtml($audit->trigger); ?>
- | = $this->printHtml((string) $audit->content); ?>
| = $this->printHtml($audit->createdBy->login); ?>
| = $this->printHtml((string) $audit->ref); ?>
| = $audit->createdAt->format('Y-m-d H:i'); ?>
- |
| = $this->getHtml('Empty', '0', '0'); ?>
+ |
| = $this->getHtml('Empty', '0', '0'); ?>
|