when new users use openid login, they are redirected to complete their registration.
if login_destination is installed it redirects them away and they can never complete registration.

Comments

3CWebDev’s picture

Assigned: Unassigned » 3CWebDev
Status: Active » Postponed (maintainer needs more info)

I have activated OpenID in a test environment with Login Destination 2.10 and cannot recreate the issue. Please verify that I understand the issue correctly or provide more information.

After a user logs in the first time with OpenID they are directed to the Drupal user registration to select, at a minimum, their username and email address.

Depending on your Drupal configuration the user may have to verify their email address or wait for administration approval. I have just tested that the module works with OpenID login in all three scenarios.

If this is not the case for your set up please provide the LD settings and outcome you are trying to achieve.

rsvelko’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Fixed

This problem was due to using drupal_goto.
Then we removed it to prevent bugs like this one , but on removing drupal_goto we created the problem that absolute urls now wont work...

So for the time being - drupal_goto usage is settable in the Login Destination module's settings.
drupal_goto is OFF by default.
Go there in the settings and read the help texts. The content_profile_registration conflict is the same type as this one OpenID related.
The seeting was added minutes ago with the latest commits.
so you will need 6.x-2.13 or newer OR latest git.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.