The problem with image-based authentication

2003-11-28 Thread Tony Collen
http://www.w3.org/TR/2003/WD-turingtest-20031105/ The W3C has a good writeup about image-based authentication (The Cocoon samples have something like this which I implemented in Flow). They also offer some good suggestions for alternatives to IBA. At a former job, I had a coworker who

RE: Image-Based Authentication

2003-10-31 Thread Reinhard Poetz
PROTECTED] Sent: Thursday, October 30, 2003 10:46 PM To: [EMAIL PROTECTED] Subject: Re: Image-Based Authentication Alright, here is the complete guide to how I got image-based authentication working. I refactored it to not use interceptions, as well. If there are any questions

Re: Image-Based Authentication

2003-10-31 Thread Andrew Savory
Hi, On Friday, Oct 31, 2003, at 07:33 Europe/London, Reinhard Poetz wrote: Why don't you add it to the Cocoon CVS? a) general samples block (Petstore, image based auth, ...) b) autentication framework block c) SVG block I would be +1 for b) and +0,5 for the two others. What do others think?

Re: Image-Based Authentication

2003-10-31 Thread Joerg Heinicke
On 31.10.2003 08:33, Reinhard Poetz wrote: Why don't you add it to the Cocoon CVS? a) general samples block (Petstore, image based auth, ...) b) autentication framework block c) SVG block I would be +1 for b) and +0,5 for the two others. What do others think? Reinhard +1 for a): with a

Re: Image-Based Authentication

2003-10-31 Thread Tony Collen
Joerg Heinicke wrote: On 31.10.2003 08:33, Reinhard Poetz wrote: Why don't you add it to the Cocoon CVS? a) general samples block (Petstore, image based auth, ...) b) autentication framework block c) SVG block I would be +1 for b) and +0,5 for the two others. What do others think? Reinhard

Re: Image-Based Authentication

2003-10-31 Thread Bertrand Delacretaz
Le Vendredi, 31 oct 2003, à 17:03 Europe/Zurich, Tony Collen a écrit : ...I was thinking to put it in the Flow block samples. If I do this will it break anything with the anteater tests? (Reading src/webapp/samples/flow/README.txt). How about a new misc-samples block for hard to categorize, yet

Re: Image-Based Authentication

2003-10-31 Thread Tony Collen
Bertrand Delacretaz wrote: Hrm, or how about I just toss it in scratchpad for now? :) +1 Added, check the scratchpad samples. tony

Re: Image-Based Authentication

2003-10-30 Thread Tony Collen
Alright, here is the complete guide to how I got image-based authentication working. I refactored it to not use interceptions, as well. If there are any questions, please ask! :) Here is the sitemap snippet: map:match pattern= map:call function=main/ /map:match map:match pattern=form

Re: Image-Based Authentication (Was: Re: [proposal] Doco)

2003-10-29 Thread Torsten Curdt
I spent an afternoon implementing it. It's a complicated beast, and it uses the intercepted flowscript in a big huge ugly hack... BUT... it works, which makes me happy :) Check it out at [1] -- please go easy on it since this is my personal box at home and on my cablemodem. I will clean it

Re: Image-Based Authentication (Was: Re: [proposal] Doco)

2003-10-29 Thread Tony Collen
Torsten Curdt wrote: I spent an afternoon implementing it. It's a complicated beast, and it uses the intercepted flowscript in a big huge ugly hack... BUT... it works, which makes me happy :) Check it out at [1] -- please go easy on it since this is my personal box at home and on my

Re: Image-Based Authentication (Was: Re: [proposal] Doco)

2003-10-29 Thread Tony Collen
Oh, and I forgot to add (if it isn't terribly obvious) that it's not a Woody widget, but more of a proof-of-concept to see if I could actually do it :) Tony

Image-Based Authentication (Was: Re: [proposal] Doco)

2003-10-28 Thread Tony Collen
Stefano Mazzocchi wrote: On Tuesday, Oct 28, 2003, at 13:10 Europe/Rome, Steven Noels wrote: snip/ We have seen similar abuse on the Cocoon wiki as well. Rather than completely offload the burden of moderation to a bunch of people, we should come up with an upfront facility for blocking