這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

JCP User Consent

描述

I developed a few plugins for my sports club’s website which I will release to the public. Maybe they are useful to other people. This plugin deals with GDPR and users giving their consent to store their data on your site. You also should be able to provide evidence for their consent which this plugin does by storing details when consent has been given. This is a really simple plugin for now, no fancy options page or further customization of texts. However you can translate it if you want by using the POT file with an editor like poedit.

What this plugin does:
* Adds checkbox to registration form
* Slightly changes default email sent to new user by adding an extra key
* Sets user role to ‘none’ until consent key has been received
* Stores email sent to user
* Stores date and ip address of client when link in email has been clicked
* Blocks users from login without a role
* Reverts user role to default after successful activation

安裝

  1. Extract the content of the archive to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

常見問題

Installation Instructions
  1. Extract the content of the archive to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

評價

There are no reviews for this plugin.

貢獻者及開發者

“JCP User Consent” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

JCP User Consent 外掛目前已有 1 個本地化語言版本。 感謝所有譯者為這個外掛做出的貢獻。

將 JCP User Consent 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.1

  • Shows user consent details for admins

1.0

  • Initial release