Joshua Penix wrote:
> On Dec 22, 2006, at 12:33 PM, Neil Schneider wrote:
>
>> I updated the Review Guidelines page. I also tried to reinstate the
>> join_form, so users could create their own accounts. I changed the
>> flag on the RewriteRule from [F] to [L] and restated apache. Still
>> doesn't work.
>
> Yeah the [L] just tells Apache to stop processing rewrites after that
> rule.  But the rule still takes effect, and what it does is prevent
> calls to /join_form from ever reaching the bottom-most [P]roxy
> rewrite rule, which is how things get translated into Plone.
>
> So with the [F] the site was throwing explicit 403's, but with the
> [L] it was just throwing a 404 because Apache was looking for an
> actual file on the filesystem called 'join_form' instead of passing
> it through to Plone.
>
> I fixed the config by just commenting that rule out entirely.  It's
> working now.

Thanks. We will have to keep an eye out to make sure we don't get a
huge number of spamers setting up accounts on the site again. Is there
a way that we can set siteadmin moderation before creating new
accounts?

I also wonder if we can create a test that checks and if an account is
over a year old, has no files created and no more logins, delete the
account? There are over 300 Members on the system, now.

-- 
Neil Schneider                          pacneil_at_linuxgeek_dot_net
                                           http://www.paccomp.com
Key fingerprint = 67F0 E493 FCC0 0A8C 769B  8209 32D7 1DB1 8460 C47D

Best wishes to you and yours for Happy Holidays !!!

-- 
KPLUG-Steer@kernel-panic.org
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-steer

Reply via email to