|
@@ -173,6 +173,8 @@ public class SysLoginService {
|
|
throw new UserPasswordNotMatchException();
|
|
throw new UserPasswordNotMatchException();
|
|
}
|
|
}
|
|
password = sysUser.getPlaintext();
|
|
password = sysUser.getPlaintext();
|
|
|
|
+ }else {
|
|
|
|
+ throw new CaptchaExpireException();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
return password;
|
|
return password;
|