Extension Manual
Description:
This extension adds logging to the registeraddress extension., (*1)
This may be needed by law depending on your country if you use registeradress as newsletter subscription., (*2)
For example in germany you need to proof that a user unsubscribed/subscribed., (*3)
See https://www.e-recht24.de/artikel/ecommerce/6534-newsletter-rechtssicher-erstellen-und-versenden.html, (*4)
Features:
So in general the extension will create log entries for the following user action: create/update/delete/approve., (*5)
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., (*6)
The log entries are connected to the belonging tt_address data., (*7)
, (*8)
The Extension also provides a backend module to see all logging entries., (*9)
, (*10)
Installation:
- Have registeraddress installed and ready
- Install registeraddress_logger
- Add static typoscript
Configuration:
In extension settings you can choose whether logs should be deleted after unsubscription (activated by default), (*11)
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., (*12)