Privacy Builder

Plugin Banner

Privacy Builder

by ronslow

Download
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.

  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.
  1. Registration page with PrivacyBuilder plugin enabled

    Registration page with PrivacyBuilder plugin enabled

  2. Profile page with PrivacyBuilder plugin enabled

    Profile page with PrivacyBuilder plugin enabled

  3. Admin page for PrivacyBuilder

    Admin page for PrivacyBuilder

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.

1.0

  • First commit

1.0.1

  • Required checkboxes
Back to top