Skip to content

Override execute! method when auto-banning in EE

Ian Anderson requested to merge ia-auto-ban-override-fix into master

What does this MR do and why?

This is a follow-up from a previous MR where I forgot to override a method in EE. The auto-ban service should report truth-data to Arkose (our third-party user risk-assessment vendor). An execute! method was added to the AutoBan service but was not overridden in EE to send the truth data. This MR fixes that.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by Ian Anderson

Merge request reports