summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hercules/templates/login.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/hercules/templates/login.sql b/hercules/templates/login.sql
index 804478d..fdc9f91 100644
--- a/hercules/templates/login.sql
+++ b/hercules/templates/login.sql
@@ -21,3 +21,5 @@ CREATE TABLE IF NOT EXISTS `login` (
KEY `name` (`userid`)
) ENGINE=InnoDB AUTO_INCREMENT=2000000;
+INSERT INTO `login` (`account_id`, `userid`, `user_pass`, `sex`, `email`) VALUES ('1', 's1', 'p1', 'S','athena@athena.com');
+