I've enabled profile module feature like include profile in user registration page . And we have given first name and last as mandatory. So what unexpected behavior is happening like it's creating two profile accounts. So we imagined the reason can be due to one profile getting created while user is filling information during registration and other by default created by open social.

Basically it should be only one profile so that user will be able to point into correct profile info. Please tell us the reason why it's creating two accounts.

CommentFileSizeAuthor
#5 edit_on_user-2900630-1.patch1.59 KBfrankgraave
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

pradeepjha created an issue. See original summary.

frankgraave’s picture

Priority: Critical » Normal

Hi pradeepjha,

I am not quite sure about what you've done that caused this. From what I understand, you've done some custom work and adjusted some things in the registration process. Could you maybe elaborate step by step on how we can reproduce this?

Frank

jochemvn’s picture

Hi guys,

This is indeed an issue. We make the assumption that profiles are never created during signup and thus we create one for the user signing up. We should check for an active profile there.

So, on account creation we need to check for an existing profile instead of just creating a profile entity.

Jochem

pradeepjha’s picture

Hi, Is there any update on this issue?

frankgraave’s picture

Status: Active » Fixed
FileSize
1.59 KB

Hi pradeepjha,

We've fixed this issue and this pull request has been merged. It wil be included in our 1.4 release! I've submitted a patch if the need for this fix is urgent and you need it before our next release.

Cheers, Frank

pradeepjha’s picture

Thank you very much @frankgraave . We will update to latest version then we will check.

Status: Fixed » Closed (fixed)

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