Tested all popular web services. Only Mail.ru and Facebook work with no problem.

All others don't get the user logged in.

The system asks the user to: "Complete the registration by filling out the form below. If you already have an account, you can log in now and add your Loginza identity under "My account"."

Attached the screenshot.

CommentFileSizeAuthor
message.PNG12.91 KBanglo

Comments

anglo’s picture

That's probably because vkontakte.ru doesn't provide the website with the email address. And when I enter the email the user gets redirected to http://example.com/loginza/token_url

vgarvardt’s picture

Status: Active » Closed (works as designed)

Loginza module creates Drupal account for users trying to log in with external services and associates Loginza Identity with the account, so next time user simply logs in with created account and acts as regular registered user. Drupal account registration works silently only when all required information is provided by authentication provider. Required registration information are user name and email by default. When provider does not provide email user is redirected to registration page with the form filled in with data provided.

If user email is not required for your site - you may mark the field as not required with 3rd party modules so the form will not return any errors and user will be registered w/out email filled.

alokkumargarg’s picture

its correct.