On Sat, 2011-07-16 at 11:06 +0100, Richie Ward wrote: > Am I missing something or does deform not have a CAPTCHA? > > If not perhaps you could integrate this widget that I found on > github... https://gist.github.com/701444 > > Perhaps there is a good reason for it not having this feature? Maybe a > better alternative to captcha's?
Captcha usually depends on retaining state between browser requests associated with the same user (aka a "session"). Each web framework has their own way of dealing with this. Deform is not dependent on any particular web framework, and cannot supply the necessary machinery to do it by itself. So if someone makes a captcha widget it will have to be distributed as an add-on. - C -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
