mirror of
https://github.com/ZSCNetSupportDept/WechatTicketSystem.git
synced 2026-03-28 18:41:59 +08:00
add bypass parameter to login
This commit is contained in:
@@ -15,7 +15,7 @@ public class Crypto {
|
||||
}
|
||||
|
||||
public static boolean check(String plain, String hash) {
|
||||
return BCrypt.checkpw(RSAUtil.decrypt(plain), hash);
|
||||
return BCrypt.checkpw(plain, hash);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user