4.17 Setup GDPR Compliant feature

This feature sends email notifications when a user account is deactivated or if there's any brute force activity detected. It ensures that users are kept informed about any actions taken on their data.

To align with GDPR Compliance guidelines, follow the below steps -

  1. Click on Realm settings.

    Fig. 4.17.a: Navigating to Realm Settings
  2. Click on the Events tab.

Fig. 4.17.b: Navigating to Events tab in Realm Settings
  1. For Event Listeners, search for gdpr_event_listener and select it.

Fig. 4.17.c: Adding 'gdpr_event_listener' to event listeners
Fig. 4.17.d: Saving the configuration
  1. Click on Save.

This will run once every 5 minutes. In case any brute-force happens or the user account gets deactivated, it will send one notification mail to the User.

Last updated