Rechtliches Problem mit CPG
-> Allgemeines

#1: Rechtliches Problem mit CPG Autor: Poldi BeitragVerfasst am: 06.01.2005 12:43
    ----
Hi ...

Laut der englischen HP wird die Final von Dragonfly ja ein riesiges Problem haben, denn weder wird der Admin einen User, noch werden sich User selbst löschen können.
Ersteres macht das Arbeiten ja wohl schon fast unmöglich (bei größeren Coms lassen sich Störer und "Faule Eier" leider nicht vermeiden, und wenn man die nicht löschen kann, dann Mahlzeit ...), zweiteres bringt dazu aber noch rechtliche Probleme, da man, zumindest als Seiten-Betreiber in Deutschland, ja verpflichtet ist, den Usern die Möglichkeit zu bieten, ihre Daten selbst zu löschen.(Datenschutz bw. neues TK-Gesetz)

Die Progger beantworten Fragen in der Richtung ja leider nichtmehr (im englischen Forum), was also tun ?
Hoffen, daß sie es bis zur Final doch noch zum laufen bekommen (soll ja ein techn. Problem sein), bei der 8.2 bleiben oder selber proggen ?

#2: Re: Rechtliches Problem mit CPG Autor: ErtanWohnort: Germany BeitragVerfasst am: 06.01.2005 14:36
    ----
kannst ja mal unter cvs.cpgnuke.de testen
da ist drangonfly installiert

man kan user sperren

aber ich sehe user können sich nicht löschen !!!! (cpg 9.0)

spreche es mal bei djmaze an zwinker

#3: Re: Rechtliches Problem mit CPG Autor: McBrightWohnort: A-1230 Wien BeitragVerfasst am: 10.01.2005 12:22
    ----
Salve!

Wo liegt das Problem an einem Löschbutton? Aber andere Frage, check mal im TK Gesetz nach ob da explizit löschen steht, weil es müßte ja reichen wenn man die Userdaten löschen kann und den User sperrt

#4: Re: Rechtliches Problem mit CPG Autor: DJMazeWohnort: Netherlands BeitragVerfasst am: 19.01.2005 23:09
    ----
Ich hab es nicht gewust und hab das problem in meiner kopf zwinker

Die meiste probleme mit user lösung sind alle coppermine foto, news commentar, forum posts, usw

Durch dieser probleme haben wir den "suspend" option besser gemacht.
Einem "suspended" user kann nicht den nickname brauchen und auch kein email bekommen.
Es bringt auch gleich die lösung das die nickname nicht für registrierung gebraucht werden kann und alle benutzer nicht im begeisterung die neue benutzer als der alte ansehn.

When jemand hilfen kann, GERNE !!! ich bin ein hollander scheu

#5: Re: Rechtliches Problem mit CPG Autor: Poldi BeitragVerfasst am: 20.01.2005 01:03
    ----
Ich sehe grade das Problem nicht mit dem Löschen von Usern ...

Unter Nuke funktioniert das in zusammenarbeit mit phpBB und Coppermine ect. doch auch wunderbar (ok, beim phpbb muß man evtl. tricksen ... )

ich sollte mir den CPG-Code doch mal angucken ... ist aber eigentlich nur eine simple DB-Änderung notwendig ... einfach bei löschen des Users, die userdaten löschen, und alle Einträge ect. mit seiner/ihrer Usernamen/UID in "Gast" ändern .. und schon is die Sache erledig ... der User hat keinen Zugang mehr, seine Daten sind auch weg, und das System macht keine zicken ...

#6: Re: Rechtliches Problem mit CPG Autor: DJMazeWohnort: Netherlands BeitragVerfasst am: 20.01.2005 17:58
    ----
Poldi ich denke das du das problem nicht erkant.

1. Registrier ein neuen user
2. Upload foto's
3. Post in die forum
4. Mach commentar auf news
5. Lösch die user im database
6. Such in coppermine die user foto
7. Such in forums die posts
8. Lese die news commentar

Und jetzt frag dich mal: "Warum ist alle datei noch drin ?"

#7: Re: Rechtliches Problem mit CPG Autor: Poldi BeitragVerfasst am: 20.01.2005 18:32
    ----
DJMaze wrote:
Poldi ich denke das du das problem nicht erkant.

1. Registrier ein neuen user
2. Upload foto's
3. Post in die forum
4. Mach commentar auf news
5. Lösch die user im database
6. Such in coppermine die user foto
7. Such in forums die posts
8. Lese die news commentar

Und jetzt frag dich mal: "Warum ist alle datei noch drin ?"

ICh hab das Problem durchaus erkannt, aber ich fürchte, wir reden aneinander vorbei, bzw. ich versteh grade nicht, was du mir mit diesem Posting sagen willst ... maybe we should try englisch ? lachen

#8: Re: Rechtliches Problem mit CPG Autor: DJMazeWohnort: Netherlands BeitragVerfasst am: 21.01.2005 17:03
    ----
English then zwinker

When you delete the user then:
- all pictures still exist in coppermine
- all forum posts still exist
- all PM's still exist
- all news comments still exist
- all downloads still exist in the downloads module
- etc. depending which modules are active

Now what we do with this all ?
- notify admin he deleted itself and you go dive in each module to delete everything
- make a delete system php file inside each module that will handle the deletes and will probably fail due to the PHP 30 seconds limit

To me a option similar to delete should be available for members so they can "suspend" themselves.
A full deletion gives you a lot of fun editing and finding everything.

Oh and what if someone re-uses the nickname and you deleted the member due to his mis-behaviour ?
Then everyone hates him already.

#9: Re: Rechtliches Problem mit CPG Autor: Poldi BeitragVerfasst am: 21.01.2005 20:01
    ----
Ah, now I get it zwinker

Let´s see ...

DJMaze wrote:
English then zwinker
When you delete the user then:
- all pictures still exist in coppermine
Thats right .. ok, afaik the german law only says, that name and email- or postal adress have to be deleted, so that wouldn´t be a problem.

But, on the other hand, it isn´t very difficult to delete all pictures and comments of a certain user from coppermine.
All Pics have their owners_id and the cpg_pictures-table contains the path and the filename for deleting the files, so, no problem there (exept from a few hours work)
Same with the comments ...
Array:

- all forum posts still exist
Now, that's a tricky one ... we solved it that way : the posts stay in the forum, but we change their poster_id to 1 (guest) and the user is deleted from the DB
Array:

- all PM's still exist
No problem .. simply delete all pms with the user_id ...
Array:

- all news comments still exist
They can stay, our law says nothing against that ...
Array:

- all downloads still exist in the downloads module
same as above, but it wouldn´t be a problem to kill these too zwinker
Array:

- etc. depending which modules are active
depends on the module, but normaly there shouldn´t be a problem ... and if you, as it is with CPG, setup rules for modules to work with CPG, it should be possible to add a standard for deleting users ...
Array:

Now what we do with this all ?
- notify admin he deleted itself and you go dive in each module to delete everything
definitely not ... thats the case in CPG today, and we want to change that, don´t we ? zwinker
Array:

- make a delete system php file inside each module that will handle the deletes and will probably fail due to the PHP 30 seconds limit
Exactly that ... and i don´t see, why this should fail .. as I said, most of the operations are simple SQL-Instructions, wich aren´t affected by the 30 sec. limit ... I think you must have a gallery with, let´s say several hundreds of pics from one user, to reach the limit during a delete-operation ...
Array:

To me a option similar to delete should be available for members so they can "suspend" themselves.
A full deletion gives you a lot of fun editing and finding everything.
Suspend might work, but I´m not sure, that this would go with our law ... and the law is our problem lachend
Array:


Oh and what if someone re-uses the nickname and you deleted the member due to his mis-behaviour ?
Then everyone hates him already.

Well, thats something that I've been thinking about for some time .. well, thats absolutely no problem ...
as you surely know, CPG already uses a system to prevent users from choosing usernames like Admin, owner, god ect. ($DeniedUserNames)
if you would change this array to a DB-table, it would be easy to put every deleted username in this table, so it can´t be reused by another person.

#10: Re: Rechtliches Problem mit CPG Autor: DJMazeWohnort: Netherlands BeitragVerfasst am: 22.01.2005 02:05
    ----
Poldi wrote:
it would be easy to put every deleted username in this table, so it can´t be reused by another person.

But then you still have that member in your system while the german law says, that name and email- or postal adress have to be deleted.

I think we should figure out what the german law means with "name".
If it's ment as realname then there's nowhere a problem since the website uses "nickname"

The only problem then is the emailaddress.
Well Dragonfly has a is_email() function to verify email addresses on every outgoing email.
So we just delete the email address and everything is solved as well.

But we definatly need to find our what is ment with "name" in your laws



-> Allgemeines

Alle Zeitangaben sind in GMT + 1 Stunden

Seite 1 von 1