Am 25.10.2006 um 11:24 schrieb Michael Radziej: > Adrian Holovaty schrieb: >>> Also, I've been mulling over the idea of requiring an account signup >> in order to post tickets and comments. Would that be worth the pain? > > I wouldn't mind to have to sign up before I could submit a > ticket, but it seems there's no automatic sign-up in trac. That > would be a nuisance.
Multiple options here, all plugins: 1. <http://trac-hacks.org/wiki/AccountManagerPlugin> Allows you to switch to a setup where users can register and get a real account. Also provides form-based login. 2. <http://trac-hacks.org/wiki/TicketDeletePlugin> Allows people with TICKET_DELETE permissions to delete complete tickets, or (more interestingly) revert individual changes to tickets. This requires the WebAdmin plugin to be installed. Also, using the BadContent black-listing more effectively (read: update it more frequently) would get rid of a lot of spam I'm seeing on Django. I'd recommend giving out more accounts to (trusted) people who volunteer doing spam cleanup, allowing them to revert spam changes (using the TicketDelete plug) and add stuff to BadContent in a more timely manner. The SpamFilter plugin has optional IP-blacklisting which can help reduce many kinds of spam, too. I have no idea whether that's enabled on code.djangoproject.com. BTW, is the Akismet filter disabled now? Hope that helps, Chris -- Christopher Lenz cmlenz at gmx.de http://www.cmlenz.net/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers -~----------~----~----~----~------~----~------~--~---
