Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Reorder whitelist checks for brute force protection.
Swapped the order of IPWhitelist and SoftWhitelist checks in the brute force logic. This change prioritizes the evaluation of soft whitelisting over IP whitelisting, ensuring that users in the soft whitelist are handled first. This reordering aims to potentially improve performance and logical flow in specific scenarios. Signed-off-by: Christian Roessner <[email protected]>
- Loading branch information