GDPR Download 3.7

This component/theme works with latest OSSN version.
4.0
Indonesian Arsalan Shah 8 years ago

Make your website compatible with the General Data Protection Regulation (GDPR) European Law.

3.7

  • Fixed styling as per goblue theme , other theme uses own checkbox styling and spacing they may need to adjust .dpdiv .ossn-checkbox-input as per their theme

3.6

  • Language change still shows old langauge.
  • Some css changes

3.4

  • Languages are cached.

2.0

  • Removed account delete from logout place and moved to account settings page
Comments
Dutch Eric redegeld Replied 2 weeks ago

well for access user data i made this
https://www.opensource-socialnetwork.org/component/view/7327/clipboard
users can see all there postings and download

Delete account is also delete all data. that is the standard for OSSN

For the cookie, there is an component
https://comz.z-mans.net/group/62/about

se Sara Andersson Replied 2 weeks ago

This GDPR component is not a legal version of GDPR. A GDPR component most have
Privacy Policy (that we have)
Cookie Consent (if you use cookies)

If your site uses:
login sessions
analytics (Google Analytics, etc.)
tracking
You need:
a cookie banner
a cookie policy
Users must be able to:
accept or reject cookies
change their choice later

User Rights (GDPR rights)

You must allow users to:

access their data (data export)
delete their data (delete account)
update/correct their data
This is especially important for a social network.

Security

You must protect user data:

HTTPS (SSL certificate) That we fix our self
secure password hashing (e.g. bcrypt)
protection against breaches

Contact Information (that we can fix our self)

You must clearly show:

who is responsible for the data (you or your company)
a contact email
Important for YOUR site (social network)

Since HBTQify handles:

user profiles
images
potentially sensitive identity data

You should:

be very clear about how data is used
collect only necessary data
provide an easy delete account option

✔ Privacy Policy
✔ Cookie Banner
✔ Delete Account option
✔ Data export (recommended)
✔ HTTPS
✔ Contact info

So my question is: Is there anyone that has this and how did you fix it?

Indonesian Arsalan Shah Replied 1 year ago

Fixed

Indonesian Arsalan Shah Replied 1 year ago

I think maybe versions mixed up very strange. I will see if i remember i didn't extended the css file instead loaded in header

German Michael Zülsdorff Replied 1 year ago

In order to examine further, I just added

error_log('GDPR ' . ossn_site_settings('language'));

inside of signup.php

And in fact with Cache=enabled it always returns 'en' regardless of the true language setting.
Thus no wonder that the wrong English string is returned.

German Michael Zülsdorff Replied 1 year ago

I can confirm Dominik's issue .

Ossn 8.1
Site language: German
Cache disabled: gdpr:signup:confirm appears in GERMAN
Cache enabled: gdpr:signup:confirm appears in ENGLISH

German Dominik L Replied 1 year ago

hey, I downloaded the newest 3.5 but the language on the signup form is wrong:

my site is in German and the German locale is correct

enter image description here

this is my locale:

enter image description here

German Dominik L Replied 1 year ago

Hey, I adjusted the css, maybe you wann take it over

I changed

.dpdiv span {
	font-weight:initial;
}

to

.dpdiv span {
	flex: 1;
	font-size: 12px;
	width: max-content;
}

/* Für kleine Bildschirme – gib dem Text mehr Platz */
@media (max-width: 400px) {
	.dpdiv {
		flex-wrap: wrap; /* erlaubt Umbruch */
	}

}

so it is not breaking on smaller devices

German Dominik L Replied 1 year ago

The translation string on signup page is not working - site is set to German and locale is correct

enter image description here

Component

Developer: Arsalan
License ossnv3
Type: Tools
Requires OSSN Version : 7.3
Latest Version: 3.7
Last Updated 5 months ago
Repository Url View Repository