From 1d8992421354ac389effc0a04cea9145d40f8220 Mon Sep 17 00:00:00 2001 From: DJ7NT Date: Fri, 26 Jan 2024 07:28:35 +0000 Subject: [PATCH 1/2] Changed default credentials to 4w7est/password --- install/assets/install.sql | 2 +- install/config/config.php | 1 + install/index.php | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/install/assets/install.sql b/install/assets/install.sql index 3d574d07b..413102620 100755 --- a/install/assets/install.sql +++ b/install/assets/install.sql @@ -437,7 +437,7 @@ CREATE TABLE `users` ( -- ---------------------------- -- Records of users -- ---------------------------- -INSERT INTO `users` VALUES ('4', 'm0abc', '$2a$08$r9UF3YhipAY6htSQoZRjeOFDx3Yuh7Zjuh45vKyUN4gO8g5l.saES', 'demo@demo.com', '99', 'M0ABC', 'io91js', 'Demo', 'Account', '0', null, null, null, null, null); +INSERT INTO `users` VALUES ('4', '4w7est', '$2y$10$WFGFdNK.I4X0z1qXxjqrEeMvy65M2OyxJiNcNCY0gQ4KzeCCKms02', 'demo@demo.com', '99', '4W7EST', 'HH44aa', 'Demo', 'Account', '0', null, null, null, null, null); diff --git a/install/config/config.php b/install/config/config.php index eeea5f495..7732f7930 100644 --- a/install/config/config.php +++ b/install/config/config.php @@ -354,6 +354,7 @@ $config['allow_get_array'] = TRUE; | */ $config['log_threshold'] = 0; +$config['one_log'] = false; /* |-------------------------------------------------------------------------- diff --git a/install/index.php b/install/index.php index 7db827881..5ec6aa1cd 100644 --- a/install/index.php +++ b/install/index.php @@ -159,8 +159,8 @@ if($_POST) {

Demo User Account

When you login create a new admin account and delete the m0abc user account.

From 6edf5c65c881e2ea1c4d25875b99acd808e7c608 Mon Sep 17 00:00:00 2001 From: "Joerg (DJ7NT)" Date: Fri, 26 Jan 2024 08:34:36 +0100 Subject: [PATCH 2/2] Update index.php --- install/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/index.php b/install/index.php index 5ec6aa1cd..a155f8db1 100644 --- a/install/index.php +++ b/install/index.php @@ -163,7 +163,7 @@ if($_POST) {
  • Password: password
  • -

    When you login create a new admin account and delete the m0abc user account.

    +

    When you login create a new admin account and delete the 4w7est user account.

    Please make the /application/config/ folder writable. Example:

    chmod -R 777 /application/config/

    Don't forget to restore the permissions afterwards.