This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Privacy Builder

Description

PrivacyBuilder allows a web framework such as WordPress to incorporate and manage user consents during the registration process, and on the user’s profile page, to assist in compliance with EU data protection law.

This WordPress plugin provides a service to a WordPress installation, and in doing so makes API calls to external servers at privacybuilder.eu. To use this plugin, you must create an account at PrivacyBuilder.

Screenshots

  • Registration page with PrivacyBuilder plugin enabled
  • Profile page with PrivacyBuilder plugin enabled
  • Admin page for PrivacyBuilder

Installation

  1. Upload privacybuilder directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Log on as admin, and edit Settings/PrivacyBuilder
  4. Enter your PrivacyBuilder user name and password.
  5. Define consents for the registration page. Read the [manual] (https://privacybuilder.eu/static/manuals/user_manual.pdf)
  6. It is strongly recommended that you install a user delete plugin, such as DeleteMe, to enable a user to delete the user account.

FAQ

What is the infofield name to user meta field look up (JSON)

When the user withdraws a particular consent, the PrivacyBuilder server is queried as to which fields of user data must be deleted from WordPress. Each field of user data to be deleted, as specified in PrivacyBuilder, may correspond to multiple keys within the user meta data which your WordPress application has created. Specify, in JSON form, the PrivacyBuilder infofield to be deleted, and the corresponding array of keys of WordPress user meta data to be deleted. Use PHP style double quotes here, not Javascript single quotes.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Privacy Builder” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Privacy Builder” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.0

  • First commit

1.0.1

  • Required checkboxes