Skip to content

Commit

Permalink
MID-8727 changed log level while password reset
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Apr 13, 2023
1 parent d3ee474 commit b6acc11
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ protected void writeAuthentication(
protected ModuleAuthentication getProcessingModule(MidpointAuthentication mpAuthentication) {
ModuleAuthentication moduleAuthentication = mpAuthentication.getProcessingModuleAuthentication();
if (moduleAuthentication == null) {
LOGGER.error("Couldn't find processing module authentication {}", mpAuthentication);
throw new AuthenticationServiceException("web.security.auth.module.null"); //
LOGGER.debug("Couldn't find processing module authentication {}", mpAuthentication); //todo temporary decision for mid-8727
throw new AuthenticationServiceException("web.security.auth.module.null");
}
return moduleAuthentication;
}
Expand Down

0 comments on commit b6acc11

Please sign in to comment.