Re: [xwiki-users] Remove SPAM registration

2010-12-12 Thread Gerritjan Koekkoek
Hi Thx Marius, The script works; select distinct doc.fullName, prop.value from XWikiDocument as doc, BaseObject as obj, StringProperty as prop, IntegerProperty as acti where obj.className='XWiki.XWikiUsers' and obj.na

Re: [xwiki-users] Remove SPAM registration

2010-12-11 Thread Marius Dumitru Florea
Hi Gerritjan, On 12/10/2010 10:23 PM, Gerritjan Koekkoek wrote: > Hi, > > I'm looking to build a script that will delete all registered users from our > XWiki > that did not complete the registration by replying to the email and look like > SPAM registration (firstname = lastname) > The property

[xwiki-users] Remove SPAM registration

2010-12-10 Thread Gerritjan Koekkoek
Hi, I'm looking to build a script that will delete all registered users from our XWiki that did not complete the registration by replying to the email and look like SPAM registration (firstname = lastname) The property of the object of XWiki.XWikiUsers -> active (of type boolean) is false Now