https://bugzilla.wikimedia.org/show_bug.cgi?id=34381

Antoine "hashar" Musso <has...@free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |has...@free.fr

--- Comment #1 from Antoine "hashar" Musso <has...@free.fr> 2012-02-13 20:59:08 
UTC ---
For some reason the email the account was incorrectly created:

[uzwikiquote]> select * from user where user_name='Axpde' \G
*************************** 1. row ***************************
                 user_id: 546
               user_name: Axpde
          user_real_name: 
           user_password: 
        user_newpassword: 
              user_email: 
            user_options: 
            user_touched: 
              user_token: <some hash>
user_email_authenticated: NULL
        user_email_token: NULL
user_email_token_expires: NULL
       user_registration: 20120213183354
       user_newpass_time: NULL
          user_editcount: 0
1 row in set (0.00 sec)


I have verified that was a SUL account and manually updated the email address
using eval:


$ mwscript eval.php uzwikiquote
> $u = User::newFromName( 'Axpde' );

> $u->setEmail('kontakt-wikipedia-benutzerkonto-neu-13.05.2...@andreaspape.de');

> $u->saveSettings();

> exit
$

User managed to merge that account :-)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to