summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md5
-rw-r--r--sql-files/main.sql2
2 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index a2541c116..3fef6a5c0 100644
--- a/README.md
+++ b/README.md
@@ -23,3 +23,8 @@ be on the dark.
It will output an "OK" at the end, if everything ran fine. For support head to [#tmw2-dev](http://web.libera.chat/?channels=#tmw2-dev)
Libera Chat IRC channel.
+
+----
+
+**Default administrative user:** `admin`
+**Default administrative pass:** `admin`
diff --git a/sql-files/main.sql b/sql-files/main.sql
index 5aa064ac0..f7bda548d 100644
--- a/sql-files/main.sql
+++ b/sql-files/main.sql
@@ -682,6 +682,8 @@ CREATE TABLE IF NOT EXISTS `login` (
INSERT IGNORE INTO `login` (`account_id`, `userid`, `user_pass`, `sex`, `email`) VALUES ('1', 's1', 'p1', 'S','athena@athena.com');
+INSERT IGNORE INTO `login` (`userid`, `user_pass`, `sex`, `email`, `group_id`) VALUES ('admin', 'admin', 'M', 'admin@moubootaurlegends.org', 99);
+
--
-- Table structure for table `mapreg`
--