views:

180

answers:

0

Hi all. Could you show me live code examples of integration authlogic-openid and recaptcha? I want to prevent users from registering using they own openid-servers to create multiple accounts and use it for spam.

Also could you help me plz to understand - how to check confirmed? field on creation UserSession for openid registered users? I've used code from http://asciicasts.com/episodes/170-openid-with-authlogic. I'm creating user, sending confirmation email and need to get confirmation not only on openid-provider side, but on my side too (to keep emails correct in db).