feat: 登录密码改用 BCrypt 校验
This commit is contained in:
@@ -0,0 +1 @@
|
||||
ALTER TABLE `user` MODIFY COLUMN `user_password` varchar(60) NOT NULL COMMENT '账号密码(BCrypt哈希)';
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1 @@
|
||||
ALTER TABLE `user` MODIFY COLUMN `user_password` varchar(60) NOT NULL COMMENT '账号密码(BCrypt哈希)';
|
||||