Re: Script to delete fake accounts

2010-07-05 Thread Christian Hammond
Hi David, In Review Board 1.5, you can actually write custom management commands, which would make it much easier to run this script. To do this, you create a commands directory in your site directory and put the file in there as mycommandname.py. The command would need to follow the standard

Re: Script to delete fake accounts

2010-07-05 Thread David Solbach
Sounds cool. Thanks for the tip! David Am Montag, 5. Juli 2010, 23:19:55 schrieb Christian Hammond: Hi David, In Review Board 1.5, you can actually write custom management commands, which would make it much easier to run this script. To do this, you create a commands directory in your site

Script to delete fake accounts

2010-06-30 Thread David Solbach
Hi, a while ago I asked in this mailing list how to delete the accounts of 'fake users' or spam accounts in a public reviewboard instance. Today I managed to do it via a little script that can be run from a python console. Maybe it can help some of you to do the same. The script walks over