J3.x

Privacy/de: Difference between revisions

From Joomla! Documentation

No edit summary
No edit summary
Line 34: Line 34:
Wenn personenbezogene Daten erhoben werden, sollte sichergestellt sein, dass:
Wenn personenbezogene Daten erhoben werden, sollte sichergestellt sein, dass:
* der Benutzer darüber in einfacher und leicht verständlicher Form informiert wird, warum diese Informationen angefordert werden.
* der Benutzer darüber in einfacher und leicht verständlicher Form informiert wird, warum diese Informationen angefordert werden.
* der Nutzer weiß, welche Daten über ihn gesammelt werden
* der Benutzer weiß, welche Daten über ihn gesammelt werden
* der Nutzer weiß, wofür diese Daten genutzt werden
* der Nutzer weiß, wofür diese Daten genutzt werden
* the user has actively consented to your usage of the data.
* the user has actively consented to your usage of the data.

Revision as of 14:53, 20 December 2018

Anleitung
Wie die neuen Datenschutz Tools verwendet werden
Joomla! 
3.9

Mit Joomla! 3.9 wurden einige Datenschutz Tools als Antwort auf die DSGVO eingeführt.
In dieser Anleitung finden sich alle Informationen, um die neuen Erweiterungen einzurichten.

Komponente

Datenschutz Dashboard

Das Datenschutz Dashboard bietet eine Zusammenfassung der Informationsanfragen an die Website und einen Status der empfohlenen Maßnahmen. Das Datenschutz Dashboard befindet sich unter dem Menülink "Benutzer" im Administrationsbereich.

Anzahl der Anfragen

Das Anzahl der Anfragen "Modul" ist eine Zusammenfassung der Informationsanfragen auf einer Website. Dies ist vergleichbar mit dem unten erklärten Datenschutz Dashboard-Modul.

Statusprüfung

Das Statusprüfung "Modul" überprüft den Status mehrerer Maßnahmen die Websitebetreibern empfohlen werden, wenn es um die Integration der Datenschutz-Tools in ihre Website geht, einschließlich:

  • Prüfen ob eine Datenschutzerklärung veröffentlicht wurde - Dadurch wird überprüft, ob eine Datenschutzerklärung konfiguriert und veröffentlicht wurde; Entwickler können die Unterstützung für diese Überprüfung über das Ereignis onPrivacyCheckPrivacyPolicyPublished integrieren. Wenn eine Richtlinie im Plugin System - Privacy Consent eingestellt ist, dann ist diese Prüfung erfolgreich.
  • Prüfen ob das Anfrageformular einen veröffentlichten Menüpunkt hat - Dadurch wird bestimmt, ob das Anfrageformular für persönliche Daten des Frontends einen veröffentlichten Menüpunkt hat, um authentifizierten Benutzern zu ermöglichen, gültige Informationsanfragen zu stellen. Unabhängig davon, welcher Menüpunkt veröffentlicht ist, wird immer eine gültige URL für das Anfrageformular angezeigt.
  • Prüfen ob es wichtige Anfragen gibt - Dies überprüft bestätigte Anfragen die älter sind als das in den Parametern der Komponente angegebene Alter (Standard 14 Tage). Es alarmiert den Administrator über alle Anfragen, die dringende Aufmerksamkeit erfordern.
  • Prüfen ob das Senden von E-Mails aktiviert ist - Um Informationsanfragen bearbeiten zu können, muss die Website in der Lage sein, E-Mails zu senden. Wenn das Senden von E-Mails deaktiviert ist, können keine Informationsanfragen erstellt oder ausgeführt werden.

Erweiterung Benutzeraktivitäten

Diese Ansicht sammelt und zeigt Informationen über datenschutzrelevante Funktionen (wie z.B. die Verarbeitung personenbezogener Daten, im Browser gesetzte Cookies oder Informationen, die an Dritte weitergegeben werden, damit eine Funktion funktioniert). Sie dient dazu, Benutzern bei der Bewertung von Erweiterungen für datenschutzrelevante Angelegenheiten zu helfen und Dokumentationen wie eine Datenschutzerklärung oder Nutzungsbedingungen vorzubereiten. Weitere Informationen zu dieser Ansicht und Informationen darüber, wie Entwickler Unterstützung für ihn bereitstellen können, befinden sich auf der Seite Bericht von Erweiterungsmöglichkeiten an die Datenschutzkomponente.

Informationsanfragen

Diese Ansicht ist die zentrale Anlaufstelle für die Bearbeitung und Verwaltung von Benutzerinformationsanforderungen. Weitere Informationen zu dieser Ansicht und dem Workflow für Informationsanfragen befinden sich auf der Seite Ablauf einer Informationsanfrage in der Datenschutz-Komponente.

Plugins

System - Einwilligung zum Datenschutz

Wenn personenbezogene Daten erhoben werden, sollte sichergestellt sein, dass:

  • der Benutzer darüber in einfacher und leicht verständlicher Form informiert wird, warum diese Informationen angefordert werden.
  • der Benutzer weiß, welche Daten über ihn gesammelt werden
  • der Nutzer weiß, wofür diese Daten genutzt werden
  • the user has actively consented to your usage of the data.

This plugin does NOT make your web site legally compliant, it is just a step in the process.

Once the plugin has been enabled then any new user registering on your site will be required to consent to the Privacy conditions. The date and IP address of the user will be recorded. All existing users will be redirected to their User Profile so that they can consent.

Plugin Configuration

The plugin is installed but not enabled by default with Joomla 3.9 - to enable it go to Extensions    Plugins and search for Privacy. Once you have located the plugin you can enable it and configure the settings.

Short Privacy Policy

This is a brief notice that will appear above the Privacy Consent checkbox. You can leave it as it is and the displayed message will be used or you can enter your own custom text.

Note for Multilingual sites. If you use the default text then it will be displayed in the user's language. It is not possible to translate the custom text. If you wish to customise the text and display it in multiple languages then you should leave this field blank and use the Joomla language override facility to customise the PLG_SYSTEM_PRIVACYCONSENT_NOTE_FIELD_DEFAULT language string for each language installed.

Privacy Article

If you wish to have a longer Privacy Policy you can create/edit the article here which will be displayed in a modal window.

Note for Multilingual sites. If you associate this article with alternatives in other languages then the privacy policy will be displayed in the correct language for the user.

Redirect Message

This is the message that is displayed to existing users when they login for the first time since the Privacy Consent plugin was enabled on the site. You can leave it as it is and the displayed message will be used or you can enter your own custom text.

Note for Multilingual sites. If you use the default text then it will be displayed in the user's language. It is not possible to translate the custom text. If you wish to customise the text and display it in multiple languages then you should leave this field blank and use the Joomla language override facility to customise the PLG_SYSTEM_PRIVACYCONSENT_REDIRECT_MESSAGE_DEFAULT language string for each language installed.

User - Terms and Condition

Plugin Configuration

The plugin is installed but not enabled by default with Joomla 3.9 - to enable it go to Extensions    Plugins and search for Terms. Once you have located the plugin you can enable it and configure the settings.

Short Terms & Conditions

This is a brief notice that will appear above the Terms & Conditions checkbox. You can leave it as it is and the displayed message will be used or you can enter your own custom text.

Note for Multilingual sites. If you use the default text then it will be displayed in the user's language. It is not possible to translate the custom text. If you wish to customise the text and display it in multiple languages then you should leave this field blank and use the Joomla language override facility to customise the PLG_USER_TERMS_NOTE_FIELD_DEFAULT language string for each language installed.

Terms & Conditions Article

If you wish to have a longer Terms & Conditions you can create/edit the article here which will be displayed in a modal window.

Note for Multilingual sites: If you associate this article with alternatives in other languages then the Terms & Conditions will be displayed in the correct language for the user.

Content - Confirm Consent

This plugin will add a required checkbox to a form eg the core contact form.

Plugin Configuration

The plugin is installed but not enabled by default with Joomla 3.9 - to enable it go to Extensions    Plugins and search for Consent. Once you have located the plugin you can enable it and configure the settings.

Short Privacy Policy

This is a brief notice that will appear above the Privacy Consent checkbox. You can leave it as it is and the displayed message will be used or you can enter your own custom text.

Note for Multilingual sites: If you use the default text then it will be displayed in the user's language. It is not possible to translate the custom text. If you wish to customise the text and display it in multiple languages then you should leave this field blank and use the Joomla language override facility to customise the PLG_CONTENT_CONFIRMCONSENT_FIELD_NOTE_DEFAULT language string for each language installed.

Privacy Article

If you wish to have a longer Privacy Policy you can create/edit the article here which will be displayed in a modal window.

Note for Multilingual sites: If you associate this article with alternatives in other languages then the privacy policy will be displayed in the correct language for the user.

Modules

Privacy Dashboard

This module provides a summary of the information requests received for your website. The module is installed and enabled by default with a new Joomla 3.9 installation. To add it to your dashboard on an updated site, go to Extensions    Modules, change the Site filter to Administrator, add a new Privacy Dashboard module, assign it to the cpanel position, and set access to Super Users.