Arsalan Shah
8 years ago
Make your website compatible with the General Data Protection Regulation (GDPR) European Law.
3.7
.dpdiv .ossn-checkbox-input as per their theme3.6
3.4
2.0
Arsalan Shah
Replied 2 weeks ago
Thanks Eric,
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
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?
Arsalan Shah
Replied 1 year ago
Fixed
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
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.
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
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

this is my locale:

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
Dominik L
Replied 1 year ago
The translation string on signup page is not working - site is set to German and locale is correct
