Re: [Trac] Configuring trac to avoid fake accounts

2024-06-12 Thread 'JP 99' via Trac Users
Thanks - for the benefit of the search (noob levels like me): pip install babel pip install svn+https://svn.edgewall.org/repos/trac/plugins/trunk/spam-filter It would be useful to have the dependency on babel noted (maybe I just missed it). On Wednesday 12 June 2024 at 15:20:53 UTC+1 Jun

Re: [Trac] Configuring trac to avoid fake accounts

2024-06-12 Thread Jun Omae
For Trac 1.6.x, install the plugin from repository, not PyPI. See https://trac.edgewall.org/wiki/SpamFilter#GetthePlugin On Wed, Jun 12, 2024 at 11:15 PM 'JP 99' via Trac Users wrote: > > Thanks. I see the problem - tracspamfilter in pypi (pip) hasn't been updated > since May-20. > > On Tuesday

Re: [Trac] Configuring trac to avoid fake accounts

2024-06-12 Thread 'JP 99' via Trac Users
Thanks. I see the problem - tracspamfilter in pypi (pip) hasn't been updated since May-20. On Tuesday 11 June 2024 at 23:44:25 UTC+1 Jun Omae wrote: > On Wed, Jun 12, 2024 at 7:17 AM 'JP 99' via Trac Users > wrote: > > > > Problem seems to be Python 2 code in spamfilter: > > > > ERROR:

Re: [Trac] Configuring trac to avoid fake accounts

2024-06-11 Thread Jun Omae
On Wed, Jun 12, 2024 at 7:17 AM 'JP 99' via Trac Users wrote: > > Problem seems to be Python 2 code in spamfilter: > > ERROR: Skipping "spamfilter = tracspamfilter.api": > Traceback (most recent call last): > File "/usr/local/lib/python3.10/dist-packages/trac/loader.py", line 80, in >

Re: [Trac] Configuring trac to avoid fake accounts

2024-06-11 Thread 'JP 99' via Trac Users
Problem seems to be Python 2 code in spamfilter: ERROR: Skipping "spamfilter = tracspamfilter.api": Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/trac/loader.py", line 80, in _load_eggs entry.load(require=True) File

Re: [Trac] Configuring trac to avoid fake accounts

2024-06-11 Thread Jun Omae
Hi, On Wed, Jun 12, 2024 at 2:44 AM 'JP 99' via Trac Users wrote: > > @ryan Ollos - is SpamFilter compatible with trac 1.6? I'm seeing a lot of > errors on startup, as per the below, and spambayes not supported on python3? > > 2024-06-11 14:24:59,179 Trac[loader] ERROR: Skipping "spamfilter =

Re: [Trac] Configuring trac to avoid fake accounts

2024-06-11 Thread 'JP 99' via Trac Users
@ryan Ollos - is SpamFilter compatible with trac 1.6? I'm seeing a lot of errors on startup, as per the below, and spambayes not supported on python3? 2024-06-11 14:24:59,179 Trac[loader] ERROR: Skipping "spamfilter = tracspamfilter.api": 2024-06-11 14:24:59,180 Trac[loader] DEBUG: Loading

Re: [Trac] Configuring trac to avoid fake accounts

2024-04-26 Thread Ryan Ollos
On Fri, Apr 26, 2024 at 6:34 AM Jean-Marc Lasgouttes < lasgouttes.lyx@free.fr> wrote: > Hello all, > > We finally managed to have a working Trac 1.6 instance (woohoo!), but > there is still an annoying issue : fake account are created at an > alarming pace, and a few of them try to create

Re: [Trac] Configuring trac to avoid fake accounts

2024-04-26 Thread sailorickm
Do you need to allow people to self-register? Our Trac is only used by employees, so I removed the account registration botton from the main menu. I think I found a setting for that (as opposed to modifying the code). On April 26, 2024 4:34:06 a.m. MDT, Jean-Marc Lasgouttes wrote: >Hello all,

[Trac] Configuring trac to avoid fake accounts

2024-04-26 Thread Jean-Marc Lasgouttes
Hello all, We finally managed to have a working Trac 1.6 instance (woohoo!), but there is still an annoying issue : fake account are created at an alarming pace, and a few of them try to create spam tickets (we do not have an open wiki). I understand that there are solutions for spam