更新密码

This commit is contained in:
zccbbg 2023-03-30 21:20:16 +08:00
parent 7447b364de
commit 37ec7f4c1b

View file

@ -1041,8 +1041,8 @@ CREATE TABLE `sys_user` (
-- Records of sys_user admin 密码和cyl一样
-- ----------------------------
BEGIN;
INSERT INTO `sys_user` (`user_id`, `dept_id`, `user_name`, `nick_name`, `user_type`, `email`, `phonenumber`, `sex`, `avatar`, `password`, `status`, `del_flag`, `login_ip`, `login_date`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1, 103, 'admin', '若依', '00', 'ry@163.com', '15888888888', '1', '', '$2a$10$7JB720yubVSZvUI0rEqK/.VqGOZTH.ulu33dHOiBE8ByOhJIrdAu2', '0', '0', '127.0.0.1', '2023-03-30 12:43:20', 1, '2022-06-17 17:20:19.000', NULL, '2023-03-30 12:43:20.000', '管理员');
INSERT INTO `sys_user` (`user_id`, `dept_id`, `user_name`, `nick_name`, `user_type`, `email`, `phonenumber`, `sex`, `avatar`, `password`, `status`, `del_flag`, `login_ip`, `login_date`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (115, 100, 'cyl', 'cyl', '00', '', '', '0', '', '$2a$10$Ci8A29XNcZT.4hJI8HkwO.r0rL0FPKuGAmvnsvAfUAFwLe/vpombG', '0', '0', '127.0.0.1', '2023-03-30 12:43:59', 1, '2022-11-04 17:06:20.000', 1, '2023-03-30 12:43:58.000', NULL);
INSERT INTO `sys_user` (`user_id`, `dept_id`, `user_name`, `nick_name`, `user_type`, `email`, `phonenumber`, `sex`, `avatar`, `password`, `status`, `del_flag`, `login_ip`, `login_date`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (1, 103, 'admin', '若依', '00', 'ry@163.com', '15888888888', '1', '', '$2a$10$f/LxZ5IyZTuArQyKDhSzbOB17dDiGzV.BSmbPcVVU62I2ryPhP82m', '0', '0', '127.0.0.1', '2023-03-30 12:43:20', 1, '2022-06-17 17:20:19.000', NULL, '2023-03-30 12:43:20.000', '管理员');
INSERT INTO `sys_user` (`user_id`, `dept_id`, `user_name`, `nick_name`, `user_type`, `email`, `phonenumber`, `sex`, `avatar`, `password`, `status`, `del_flag`, `login_ip`, `login_date`, `create_by`, `create_time`, `update_by`, `update_time`, `remark`) VALUES (115, 100, 'cyl', 'cyl', '00', '', '', '0', '', '$2a$10$f/LxZ5IyZTuArQyKDhSzbOB17dDiGzV.BSmbPcVVU62I2ryPhP82m', '0', '0', '127.0.0.1', '2023-03-30 12:43:59', 1, '2022-11-04 17:06:20.000', 1, '2023-03-30 12:43:58.000', NULL);
COMMIT;
-- ----------------------------
-- Table structure for sys_user_post