I have 3 use cases for a simple web app.
1)have people create accounts
2)login and change settings
3)as well as have people (without accounts) come and verify data.
Because of what I'm doing I'd like to integrate with an existing captcha system (a-la recaptcha).
Being lazy, I'd like to write the least amount of code, what webframework would you guys use?
You can easily modify KPAX (<a href="http://www.vimeo.com/1098656" rel="nofollow">http://www.vimeo.com/1098656</a>) to do what you need, and more. kpax is based on web2py (<a href="http://mdp.cti.depaul.edu" rel="nofollow">http://mdp.cti.depaul.edu</a>) and you can download it from here (<a href="http://mdp.cti.depaul.edu/appliances/default/show/37" rel="nofollow">http://mdp.cti.depaul.edu/appliances/default/show/37</a>).This (<a href="http://mdp.cti.depaul.edu/AlterEgo/default/show/99" rel="nofollow">http://mdp.cti.depaul.edu/AlterEgo/default/show/99</a>) shows how to add captcha. I will help you more if you sign up for the web2py google group.
rails<p>RESTFUL authentication - <a href="http://railscasts.com/episodes/67" rel="nofollow">http://railscasts.com/episodes/67</a>
recaptcha - <a href="http://agilewebdevelopment.com/plugins/recaptcha" rel="nofollow">http://agilewebdevelopment.com/plugins/recaptcha</a><p>but you might have to modify it a little bit to allow non-account holders to modify data, sort of unconventional?
if you're looking for ease of use and speed, here, i'd suggest going with a framework on a language you already know well.<p>what languages would those be?