On Saturday, March 7, 2015 at 3:17:21 AM UTC-8, mjs wrote: > > We are getting hundreds of users (presumably intending to spam us) who > register with fake email addresses. Wee have email verification turned > on--the verification email bounces and the users can never confirm their > address or log in. Nevertheless, they appear in the user lists and the > htpasswd file. > > Is there some easy way to clean these up, expire them automatically after > some time, or (ideally) keep them out of the system entirely? > > TIA. >
Do you have SpamFilterPlugin installed? http://trac.edgewall.org/wiki/SpamFilter The plugin successfully rejects hundreds of attempted registrations per day on trac-hacks.org. The latest version has a tool for removing unused accounts. From the Admin page: Spam Filtering > Users > Unused. -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
