Hi there, I am building an Rails App with Authlogic. But I don't want to force the user to fill in the e-mail, or even username! Therefore, I believe i want a methods to skip those validations.. But I don't just want to bypass all other validations.
Is there a method for that in Authlogic, or do I need to hack in the gem?
The reason is that I'm using OpenID by authlogic-oid pluguin, and all I know about this is rbates: http://asciicasts.com/episodes/170-openid-with-authlogic
I get the error primarily from Google (since it don't provide nickname or email)