本地调试-回退
This commit is contained in:
@ -111,7 +111,6 @@ public class SysLoginService
|
||||
public void validateCaptcha(String username, String code, String uuid)
|
||||
{
|
||||
boolean captchaEnabled = configService.selectCaptchaEnabled();
|
||||
captchaEnabled = false;
|
||||
if (captchaEnabled)
|
||||
{
|
||||
String verifyKey = CacheConstants.CAPTCHA_CODE_KEY + StringUtils.nvl(uuid, "");
|
||||
|
Reference in New Issue
Block a user