My user account on d.o is IceCreamYou and on g.d.o is IceCreamYou@drupal.org but somewhere in the recent upgrades to g.d.o my account got unmatched, as explained here. Any chance that could be fixed? Thanks.

Comments

greggles’s picture

Status: Active » Fixed

Should be synched now.

Status: Fixed » Closed (fixed)

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

icecreamyou’s picture

Status: Closed (fixed) » Active

I changed my email on d.o and the accounts got unsynched -- didn't realize that would happen. Could my accounts be re-synched?

greggles’s picture

Title: Unmatched account » 4,108 folks who are "migrated" but don't have the proper "init" string

@IceCreamYou - your account is now really really synched and you can edit your d.o e-mail address and when you hit "submit" it should trickle down and update your g.d.o address.

I'd like to repurpose this because there seem to be a 4,108 people who are in this state after the migration.

mysql> select count(1) from users where init not like 'http%' and migrated = 1;
+----------+
| count(1) |
+----------+
|     4108 | 
+----------+

:(

Looking at a couple of samples they seem to be mostly accounts that were originally created with the @drupal.org federated login which makes me think these were created in the bulk updates.

I think that our ultimate solution to this will be #590150: Create self service method to synch accounts. If anyone is interested in working on that I may have some funding for it.

greggles’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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