nlybe/privacy_notification

Display privacy notification for logged-in users

5.9 2025-01-13 21:09 UTC

This package is auto-updated.

Last update: 2025-01-13 21:10:21 UTC


README

Elgg 5.1

Display privacy notification for community members. Useful for General Data Protection Regulation (GDPR) compliance.

Features

  • After login the user should accept the privacy policy before be able to navigate as logged-in user.
  • User should scroll down the notification text in order to be able to accept the privacy notification.
  • Administrator can set the text of privacy notifications, which users have to accept, in plugin settings. If this text is empty, users are not notified about privacy policy.
  • Option to add Account Removal button so user can remove/disable his account. This requires the Account Removal plugin.
  • Option to list's of users who have accepted or not the privacy notification. For viewing lists, the DataTables API plugin is suggested.
  • Option to require acceptance of privacy notification on registration form.
  • IP address and browser are tracked on privacy acceptance.
  • Option to use invite link for users who haven't accepted the privacy notification yet.
  • Admin can set custom privacy text in settings or use the externalpages privacy text

Installation

Use composer to install this plugin. On site root folder, run the command:

composer require nlybe/privacy_notification

Acknowledgements

  • Plugin was initially developed and sponsored by Advatera

Future improvements

  • Add again the option to remove account