Skip to content

Commit

Permalink
passwordchange
Browse files Browse the repository at this point in the history
  • Loading branch information
daizeyao committed Mar 19, 2024
1 parent 344eac3 commit 01170d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ docker exec -it hznuoj bash

## 使用教程

默认管理员账号为 admin/123456
默认管理员账号为 admin/@Hznu666

出题手册见 https://www.yuque.com/weilixinlianxin/zcf10d/yfk05w

Expand Down
2 changes: 1 addition & 1 deletion scripts/db.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1106,7 +1106,7 @@ CREATE TABLE `users` (

LOCK TABLES `users` WRITE;
/*!40000 ALTER TABLE `users` DISABLE KEYS */;
INSERT INTO `users` VALUES ('admin','','[email protected]',1,1,'N','::1','2019-03-12 16:34:09',1,NULL,1,'d4er+qiVZNXCikHfG0m35WtRNHNkNzRl','2019-03-12 16:34:09','','admin','','其它','斗之气五段',100.00,'#b6b6b6',NULL,NULL,NULL,NULL,NULL,0,0,NULL);
INSERT INTO `users` VALUES ('admin','','[email protected]',1,1,'N','::1','2019-03-12 16:34:09',1,NULL,1,'3h3WmOGmnb9jZpHcKBU3t+VpcJFhYjQx','2019-03-12 16:34:09','','admin','','其它','斗之气五段',100.00,'#b6b6b6',NULL,NULL,NULL,NULL,NULL,0,0,NULL);
/*!40000 ALTER TABLE `users` ENABLE KEYS */;
UNLOCK TABLES;

Expand Down

0 comments on commit 01170d3

Please sign in to comment.