undkonsorten/registeraddress-logger

There is no license information available for the latest version (1.3.2) of this package.

Add logging to registeraddress to full fill law needs

Installs: 714

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 8

Forks: 2

Open Issues: 0

Type:typo3-cms-extension

1.3.2 2024-03-06 14:21 UTC

This package is auto-updated.

Last update: 2024-04-06 14:25:53 UTC


README

Description:

This extension adds logging to the registeraddress extension.

This may be needed by law depending on your country if you use registeradress as newsletter subscription.

For example in germany you need to proof that a user unsubscribed/subscribed.

See https://www.e-recht24.de/artikel/ecommerce/6534-newsletter-rechtssicher-erstellen-und-versenden.html

Features:

So in general the extension will create log entries for the following user action: create/update/delete/approve.

The extension will log the IP address, email, timestamp of the action and consent text in a seperate table. So if the tt_address data is deleted you still have the logging proof.

The log entries are connected to the belonging tt_address data.

inline

The Extension also provides a backend module to see all logging entries.

backend_module

Installation:

  1. Have registeraddress installed and ready
  2. Install registeraddress_logger
  3. Add static typoscript

Configuration:

In extension settings you can choose whether logs should be deleted after unsubscription (activated by default)

Eventlistener

Registeraddress has a Command/Scheduler task to delete old registrations if they are not approved. There is now an event after addresses deleted and regsiteraddress_logger delete log entries too.