They need to point to the corresponding d.o account.

mysql> select count(*) from users where init not like 'http://drupal.org/user/%/edit' ;
+----------+
| count(*) |
+----------+
| 15 |

Comments

killes@www.drop.org’s picture

gábor hojtsy’s picture

Status: Active » Fixed

@killes: using drumm's "SQL generating SQL generating SQL" :) I tracked down almost everybody. These three were left:

mysql> select uid,name from users where init not like 'http://drupal.org/user/%/edit';
+------+-----------------------+
| uid  | name                  |
+------+-----------------------+
|    0 |                       | 
|  136 | Multiple contributors | 
| 3254 | Valker                | 
+------+-----------------------+
3 rows in set (0.01 sec)

Anonymous is fine if not shared I guess :) Then the multiple contribs user is a special user for l.d.o, nobody should log in to that, it is only used for mass attribution. Finally, Valker remains. I tracked down via http://association.drupal.org/user/4636 and http://drupal.org/user/15576 that he changed usernames. His CVS username is still Valker. So I've manually fixes his account to this uid on localize.drupal.org.

I think we are all fine with this.

gábor hojtsy’s picture

Uhm, actually Valcilon already logged in with a different local uid. He also entered one translation with the old UI, so I'll just leave that to hang around.

greggles’s picture

If you have the duplicate Valcilon and Valker accounts have anything interesting associated with them you could use http://drupal.org/project/usermerge to help merge them. It has support for merging many (but not all) settings.

Status: Fixed » Closed (fixed)

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

gábor hojtsy’s picture

Project: Drupal.org infrastructure » localize.drupal.org
Component: localize.drupal.org » Infrastructure

Moving to new queue (sorry for issue-bombing).