wanghong
2023-12-21 024cc5e9e6fd51e3b0e14e8d3f76c63f1351a4f7
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)