Skip to content

Commit

Permalink
Hotfix for #377
Browse files Browse the repository at this point in the history
  • Loading branch information
Brutus5000 committed Jan 19, 2025
1 parent c7ca0a8 commit 202bd00
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,9 @@ class LoginServiceImpl(
userRepository.persist(this)
}

hydraService.revokeConsentRequest(userId.toString())
// Disabled due to #377 -- revoking consent requests does not seem the right way to disable all active sessions
// hydraService.revokeConsentRequest(userId.toString())

LOG.info("Password for user id {}} has been reset", userId)
LOG.info("Password for user id {} has been reset", userId)
}
}

0 comments on commit 202bd00

Please sign in to comment.