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..a155f8db1 100644 --- a/install/index.php +++ b/install/index.php @@ -159,11 +159,11 @@ if($_POST) {
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.