When the openId account comes with a certain emailaddress, which is already used on the drupal site, the authentication breaks and fails, without proper information.
Instead of letting the user fill in an alternative mail address (expected behaviour) it presents the *registration* page with a validation error for the email field.
Continuation on that form (fixing the e-mail address) results in a Drupal account that is not associated to the openId, nor does it let the user into the site, without answering the registration mail.
Comments
Comment #1
walkah commentedThis is fixed now: the behaviour of the registration form now follows the user_email_verification setting : if you don't require valid email, then you are logged in directly - if you do, you will have to verify the email.
the account created *is* associated with the openid provided.
Comment #2
(not verified) commented