This works well, but when using the auto_register function, it ignores my authlogic settings, such as receiving email from the openid provider ... any ideas what I'm doing wrong?
The code that handles automatic registration lives in the authlogic_openid Session module. The code that processes the registration (receiving an email provider, etc.) is located in the ActsAsAuthentic module.
The former processes the UserSession object, the latter processes the User object.
I will look in a couple of days to see what can be done to combine both behaviors.
source share