Last modified: 2012-02-25 10:31:36 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T36512, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 34512 - unable to (SUL-)login on ru.wikiversity.org
unable to (SUL-)login on ru.wikiversity.org
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
General/Unknown (Other open bugs)
unspecified
All All
: High normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-02-19 12:54 UTC by Axpde
Modified: 2012-02-25 10:31 UTC (History)
6 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Axpde 2012-02-19 12:54:11 UTC
It happened again, see https://bugzilla.wikimedia.org/show_bug.cgi?id=34381 ...

I'm steward and my SUL is active in more than 400 wmf projects. Today I was renaming some user accounts via http://toolserver.org/~quentinv57/tools/global_renaming.ph - then I came to ru.wikiversity.org:

http://ru.wikiversity.org/w/index.php?title=Special:RenameUser&oldusername=Mietchen&newusername=Daniel+Mietchen&reason=see+﷒0﷓

... and on top of the page I read "Axpde Моя страница обсуждения Настройки Список наблюдения Мой вклад Завершение сеанса", i.e. my account has been automatically created. But then it reads:

"Ошибка доступа
Перейти к: навигация, поиск

Запрошенное действие могут выполнять только участники из группы «Бюрократы».

Возврат к странице Заглавная страница."

... i.e. permission error! And with the next click the top line vanished telling me to login first. But then I wasn't able to login. I tried to reset my password, but it reads:

"Для участника с именем Axpde электронный адрес указан не был."

... which means something like "no email address attached to that account" (exact translation impossible 'cause translate.google.com went nuts :(


Same happened on zh-yue.wikipedia.org, ru.wikibooks.org (managed to get it working via reset password) and uz.wikiquote.org before (no email address to rest password, see https://bugzilla.wikimedia.org/show_bug.cgi?id=34381 ...).

Please fix and please, tell me how can this happen for the second time this month?!?
Comment 1 Axpde 2012-02-19 13:32:04 UTC
It happened once again! Now I can't access my accounts on the following wikis

* ru.wikiversity.org
* kk.wiktionary.org


I was able to merged the account via reset password and "merge accounts" on

* kk.wikibooks.org
* ta.wikiquote.org
Comment 2 Axpde 2012-02-19 13:39:30 UTC
Another very strange thing on kk.wikibooks.org:

# at 13:17, 19. Feb. 2012 my account was created.
# at 13:18, 19. Feb. 2012 I was able to do the rename
# at 13:29, 19. Feb. 2012 I was forced to reset my password to access my account again!!

What the h...eck is going wrong on wmf servers?!?
Comment 3 jeremyb 2012-02-19 15:26:20 UTC
This has nothing to do with surveys... moving to the same component bug 34381 is in.
Comment 4 Mark A. Hershberger 2012-02-20 16:31:29 UTC
Seems to be related to bug 34478
Comment 5 Rob Lanphier 2012-02-24 18:23:16 UTC
It took a few bug reports before we looked at this the way we should have, but we think we resolved this as part of bug 34582.  Sorry for the inconvenience!
Comment 6 Rob Lanphier 2012-02-24 18:24:14 UTC

*** This bug has been marked as a duplicate of bug 34582 ***
Comment 7 Axpde 2012-02-25 08:57:23 UTC
Neither

* ru.wikiversity.org

nor 

* kk.wiktionary.org

are listed on my https://meta.wikimedia.org/wiki/Special:MergeAccount (sulinfo won't work at the moment due to toolserver problems) and I can't

# login on both sites
# reset my password on both sites!

So it's no duplicate of bug 34582 and it's still not solved!

Please set my email address on both sites to enable me to reset my password. Thank you!
Comment 8 Antoine "hashar" Musso (WMF) 2012-02-25 10:21:35 UTC
Generic bug report is bug 34705
Comment 9 Antoine "hashar" Musso (WMF) 2012-02-25 10:24:22 UTC
The issue is same as bug 34381, a local user was created without the global user informations :-(


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



[kkwiktionary]> select * from user where user_name='Axpde' \G
*************************** 1. row ***************************
                 user_id: 1001
               user_name: Axpde
          user_real_name: 
           user_password: 
        user_newpassword: 
              user_email: 
            user_options: 
            user_touched: 
              user_token: SOME TOKEN
user_email_authenticated: NULL
        user_email_token: NULL
user_email_token_expires: NULL
       user_registration: 20120219131726
       user_newpass_time: NULL
          user_editcount: 0
1 row in set (0.00 sec)
Comment 10 Antoine "hashar" Musso (WMF) 2012-02-25 10:31:36 UTC
I have updated the local user emails with the global account email:

$ mwscript eval.php ruwikiversity
> $u = User::newFromName( 'Axpde' );
> $u->setEmail(  );
> $u->saveSettings();
$

$ mwscript eval.php kkwiktionary
> $u = User::newFromName( 'Axpde' );
> $u->setEmail(  );
> $u->saveSettings();
> exit
$

User requested password reset and manually merged the accounts.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links