hb0730 / boot-admin

BOOT-ADMIN是一个基于Spring Boot3和Vue3 的开源项目,项目采用前后端分离的模式,前端框架使用vue-pure-admin
MIT License
260 stars 87 forks source link

6.2版本 无法登录 密码不对 #31

Closed MeiXiaoKe1212 closed 4 months ago

MeiXiaoKe1212 commented 4 months ago

6.2版本 无法登录 密码不对 使用导入的sql默认密码Admin123456

hb0730 commented 4 months ago
INSERT INTO `sys_user` (`id`, `username`, `nickname`, `password`, `gender`, `email`, `phone`, `avatar`,
                        `last_login_time`, `last_login_ip`, `last_pwd_reset_time`, `description`, `is_system`,
                        `is_enabled`, `created`, `created_by`, `modified`, `modified_by`)
VALUES ('1', 'superadmin', '管理员', '$2a$10$bzGz6zZzAxkN0CRjPf0Pb.CetihWFQo8X6n0oKpZxb1vmxBZVJHIC', 0, NULL, NULL,
        NULL, '2024-05-01 19:25:29', NULL, NULL, '租户-超级管理员', 1, 1, '2024-03-23 09:17:46', 'admin', NULL, NULL);