田源
2023-10-18 425780f49a269acad70419f25f824b9e5f3c1f22
Source/UBCS/ubcs-auth/src/main/java/com/vci/ubcs/auth/granter/CaptchaTokenGranter.java
@@ -47,7 +47,7 @@
      Authentication userAuth = new UsernamePasswordAuthenticationToken(username, password);
      ((AbstractAuthenticationToken) userAuth).setDetails(parameters);
      try {
            userAuth = authenticationManager.authenticate(userAuth);
         userAuth = authenticationManager.authenticate(userAuth);
      }
      catch (AccountStatusException | BadCredentialsException ase) {
         //covers expired, locked, disabled cases (mentioned in section 5.2, draft 31)