[xwiki-users] Completely nuking an user?
Hello, Is there a way to (as admin of course) quickly nuke an user and every trace of his existence, delete all his submissions, pages, comments, uploads, everything? Greetings, Lilianne E. Blaze
Hi, For the moment, no. We have a few Jira issues regarding this problem ( http://jira.xwiki.org/jira/browse/XE-64 and http://jira.xwiki.org/jira/browse/XE-63 ), but no work was done for them. You can vote for those issues, so that they will get fixed sooner. On 9/17/07, Lilianne E. Blaze <[email protected]> wrote:
Hello,
Is there a way to (as admin of course) quickly nuke an user and every trace of his existence, delete all his submissions, pages, comments, uploads, everything?
Greetings, Lilianne E. Blaze
Sergiu -- http://purl.org/net/sergiu
Hi Lilianne, On Sep 17, 2007, at 12:29 AM, Lilianne E. Blaze wrote:
Hello,
Is there a way to (as admin of course) quickly nuke an user and every trace of his existence, delete all his submissions, pages, comments, uploads, everything?
We don't have anything ready for this but I guess you could write a velocity or groovy script in a page to do this. The only hard part I think is if that user has modified something on a page and then someone else has modified after him/her. Revisions are stored as diffs from the previous versions and thus you cannot simply delete a revision. -Vincent
On 9/17/07, Vincent Massol <[email protected]> wrote:
Hi Lilianne,
On Sep 17, 2007, at 12:29 AM, Lilianne E. Blaze wrote:
Hello,
Is there a way to (as admin of course) quickly nuke an user and every trace of his existence, delete all his submissions, pages, comments, uploads, everything?
We don't have anything ready for this but I guess you could write a velocity or groovy script in a page to do this.
The only hard part I think is if that user has modified something on a page and then someone else has modified after him/her. Revisions are stored as diffs from the previous versions and thus you cannot simply delete a revision.
Not exactly, we have an API to delete one or a range of revisions. It was introduced a while ago, only in the trunk (1.2).
-Vincent
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
participants (3)
-
Lilianne E. Blaze -
Sergiu Dumitriu -
Vincent Massol