Account nicht richtig gelöscht

classic Classic list List threaded Threaded
11 messages Options
Reply | Threaded
Open this post in threaded view
|

Account nicht richtig gelöscht

David H.
Hi,

in meinem Forum hat sich eine User gelöscht. Die Inhalte seiner Beiträge sind deshalb jetzt "deleted". Aber sein Profil ist noch vorhanden. Und es ist auch über den Autor-Link erreichbar. Und über sein Profil können ihm Emails geschickt werden.

Für mich ist das eine totale Katastrophe. Aus rechtlichen Gründen ist es absolut notwendig, dass der User seine gesamten Daten vollständig löschen kann.

Wie kann ich erreichen, dass die Email-Adresse des Users nicht mehr gespeichert ist?

Gruß, David
Reply | Threaded
Open this post in threaded view
|

Re: Account nicht richtig gelöscht

Mencey Melgar
Hallo David, derzeit nur Administratoren können die E-Mail von einem Benutzer angetrieben (falls gewählt Optionen> Benutzer> Verwaltung gesperrter Benutzer), können andere Benutzer sehen nur den Namen des Benutzers und schickte den Boden des Profils "Einige private Elemente weggelassen Have Been Da Sie keine Berechtigung haben, um sie zu sehen." Wenn Sie die Option "Löschen aller Beiträge des Benutzers", registrierte Benutzer haben keinen Zugriff auf diese Benutzerprofil, da keine Verbindung zu dem Forum sein wird.

Wenn jedoch, wenn dies nicht funktioniert, können Sie dies tun(nicht sicher, dass es funktioniert):
-Gehen Sie zu "sehen, wie diese Seite Naml Erzeugt"
-Rad-Klick-Optionen> search Makro
-Seek "profil_header">
-Klicken
- "Override dieses Makro"
-Zeile löschen 24
- Auf "Änderungen speichern" klicken

So, bevor es war so:

<n.if.local_user.is_banned>
                        <then>
                            <n.local_user.banned_label/>
                        </then>
                        <else>
                            <n.local_user.registration_label/>
                            <n.local_user.list_current_groups/>
                            <n.local_user.send_email_to_user_link/>
                        </else>
                    </n.if.local_user.is_banned>

und jetzt muss:

<n.if.local_user.is_banned>
                        <then>
                            <n.local_user.banned_label/>
                        </then>
                        <else>
                            <n.local_user.registration_label/>
                            <n.local_user.list_current_groups/>
                        </else>
                    </n.if.local_user.is_banned>

Verzeihen Sie mein Deutsch, Ich benutzte einen Übersetzer

wenn es alles, was Sie nicht verstehen, lass es mich wissen (vorzugsweise Free Support(wenn Sie Englisch sprechen))

Grüße
:) Helper
Reply | Threaded
Open this post in threaded view
|

Re: Account nicht richtig gelöscht

David H.
Hallo LouK,

danke für Ihre Unterstützung! Ich habe die Zeile
(thank you for your support! I have replaced)
<n.local_user.send_email_to_user_link/>
durch
(with)
<n.if.local_user.is_registered>
	<then>
		<n.local_user.send_email_to_user_link/>
	</then>
</n.if.local_user.is_registered>
ersetzt. So kann wenigstens niemand mehr einem gelöschten Benutzer eine Email schicken.
(So at least no one can send an email to a user who has deleted his account.)

Das eigentliche Problem aber bleibt: die Daten werden nicht gelöscht, obwohl der Benutzer das will.
(The real problem remains: the data is not deleted although the user wants it.)
Reply | Threaded
Open this post in threaded view
|

Re: Account nicht richtig gelöscht

Mencey Melgar
Dann habe ich keine Ahnung, wie man das Problem beheben, sorry
(then, i have no idea about how to fix your problem, sorry )
:) Helper
Reply | Threaded
Open this post in threaded view
|

Re: Account nicht richtig gelöscht

Pedro
In reply to this post by David H.
Let me see if I understood, do you want to delete all messages from a banned user?
My test forum.
Reply | Threaded
Open this post in threaded view
|

Re: Account nicht richtig gelöscht

David H.
Almost right. ;)

One of my user has deleted his account. But his profile is still there, along with his email address. And his profile is still linked to his posts, so that other users can send him an email. I'm sure, the user would not like this.

And I do not know how it is in other countries. But in Germany, this is a legal problem. The user must be able to delete his personal data. Especially his email address.

I like the forum. And I hope it is possible that the user deletes his data. Or at least, that I can do that anyway.
Reply | Threaded
Open this post in threaded view
|

Re: Account nicht richtig gelöscht

Pedro
Ok, so when someone delete his own account:

1 - Should we keep his posts unaltered?
2 - It would be enough only hide the option "Send Email to ..." ?
3 - Should we delete all his personal information?
My test forum.
Reply | Threaded
Open this post in threaded view
|

Re: Account nicht richtig gelöscht

David H.
First let me thank you for your efforts!

I think it's a good thing to delete the posts by default (as you do it). But I also think that it would be nice if the user could decide between deleting his account with or without his posts.

And for legal reasons it wouldn't be enough to hide the option for sending an email. I would wish that you would delete all his data.
Reply | Threaded
Open this post in threaded view
|

Re: Account nicht richtig gelöscht

Pedro
David H. wrote
I think it's a good thing to delete the posts by default (as you do it).
Actually, we do not delete the posts from someone who cancels his account. That's good to keep the posts understandable, without gaps by deleted messages, for the readers. But we could delete if you want.
David H. wrote
And for legal reasons it wouldn't be enough to hide the option for sending an email. I would wish that you would delete all his data.
Ok, I'll try to do it.
My test forum.
Reply | Threaded
Open this post in threaded view
|

Re: Account nicht richtig gelöscht

David H.
Pedro <Nabble> wrote
David H. wrote
I think it's a good thing to delete the posts by default (as you do it).
Actually, we do not delete the posts from someone who cancels his account. That's good to keep the posts understandable, without gaps by deleted messages, for the readers.
Yes, that's what I mean. It is good as you do it. (And sorry for the misunderstanding, but my english isn't as good as it should be.)

Pedro <Nabble> wrote
David H. wrote
And for legal reasons it wouldn't be enough to hide the option for sending an email. I would wish that you would delete all his data.
Ok, I'll try to do it.
Thanks, that's really great.
Reply | Threaded
Open this post in threaded view
|

Re: Account nicht richtig gelöscht

Pedro
In reply to this post by David H.
Please, take a look now. The standard users can't see that personal data anymore.
My test forum.