Fix init strings in user table
Gerhard Killesreiter - September 7, 2009 - 11:40
| Project: | Drupal.org infrastructure |
| Component: | localize.drupal.org |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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 |

#1
http://drupal.org/node/570508#comment-2016260
This might help.