重置密码脚本和admin表保持一致,以免用户默认用demo登录

This commit is contained in:
stivepeim
2021-09-09 09:23:41 +08:00
parent 89bc4a3802
commit 8deec94856
2 changed files with 2 additions and 0 deletions

View File

@@ -2061,6 +2061,7 @@ CREATE TABLE `eb_system_admin` (
-- Records of eb_system_admin
-- ----------------------------
INSERT INTO `eb_system_admin` VALUES (1, 'admin', 'L8qdg72wbeQ=', 'admin', '1', '113.132.66.147', '2021-04-20 16:43:13', '2020-08-17 17:48:58', 1583, 0, 1, 0, '18292417675', 0);
(36,'demo','Rb/KmlSjAxI=','普通','3','60.210.126.252','2021-02-04 11:23:03','2021-02-04 11:23:03',2,1,1,0,NULL,0);
-- ----------------------------
-- Table structure for eb_system_attachment

View File

@@ -1,5 +1,6 @@
# ************************************************************
# 重置admin admin / 123456
# 重置demo demo / crmeb.com
# ************************************************************