Re: [Trac]

2011-04-27 Thread Christian Boos

On 4/27/2011 6:52 PM, Mark Ardiente wrote:


(bad link)


This triggers a malware alert in Google Chrome, so please don't follow 
that link.


I've removed the mail from the list archives. If Mark Ardiente is a 
legitimate user, he should probably check his system for viruses (and 
after cleaning up, subscribe again to the list).


-- Christian

--
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



[Trac]

2011-04-27 Thread Mark Ardiente
http://www.niponia.net//images/friends.html

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



Re: [Trac] example of hooks for new user registration

2011-04-27 Thread David Chase
Our Trac site is being shut down (so look fast!  We're migrating to a "company 
standard") but we did something like this.  This is all a little dated, and I 
like the time or incentive to bring it up to date, but it is not rocket science.

http://trac-hacks.org/attachment/ticket/874/acct_mgr_0.11.patch

http://projectfortress.sun.com/Projects/AboutThisInstallation/browser/trunk/plugins/TermsOfUse-plugin

Then you modify/add a few files:

login.cs
A clearsilver template file that includes a reminder and link to the terms of 
use.

TermsOfUse.html
A legal document, wrapped in HTML. You really don't want to worry about keeping 
multiple copies of this up to date.  The plugin strips off the html wrappers, 
and embeds it into the registration+CAPTCHA page.

tou.css
A copy of the Trac CSS, referenced from the Terms of Use. This makes it look 
prettier than the default browser choices.

This only imposes the CAPTCHA on registration, and includes a reminder link on 
login.  If this helps, great.

David

On 2011-04-27, at 7:59 AM, Jeremy C. Reed wrote:

> Any examples of plugins for extending the new user registration?
> 
> I'd like to use the mathcaptchaplugin with new user registration.
> 
> We only allow registered users to modify or create tickets and wiki 
> pages.  I believe that our spammers automate the process which starts 
> with the new user registration.
> 
> I'd like to try using a math captcha but not on every wiki page edit or 
> new ticket submission.
> 
> Thank you,
> 
>  Jeremy C. Reed
> 
> echo 'EhZ[h ^jjf0%%h[[Zc[Z_W$d[j%Xeeai%ZW[ced#]dk#f[d]k_d%' | \
>  tr'#-~''\-.-{'
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Trac Users" group.
> To post to this group, send email to trac-users@googlegroups.com.
> To unsubscribe from this group, send email to 
> trac-users+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/trac-users?hl=en.
> 

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



[Trac] example of hooks for new user registration

2011-04-27 Thread Jeremy C. Reed
Any examples of plugins for extending the new user registration?

I'd like to use the mathcaptchaplugin with new user registration.

We only allow registered users to modify or create tickets and wiki 
pages.  I believe that our spammers automate the process which starts 
with the new user registration.

I'd like to try using a math captcha but not on every wiki page edit or 
new ticket submission.

Thank you,

  Jeremy C. Reed

echo 'EhZ[h ^jjf0%%h[[Zc[Z_W$d[j%Xeeai%ZW[ced#]dk#f[d]k_d%' | \
  tr'#-~''\-.-{'

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.