Closed
Bug 561925
Opened 15 years ago
Closed 14 years ago
Unable to register for any new account, as User already exists
Categories
(support.mozillamessaging.com Graveyard :: General, defect)
support.mozillamessaging.com Graveyard
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: marsf, Assigned: sancus)
References
()
Details
Attachments
(1 file)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; ja; rv:1.9.1.9) Gecko/20100315 Firefox/3.5.9
Build Identifier:
When try to register a new account, "User already exists" error occured.
I've tried to any random username like "marsf2"or "marsf3", but they were not accepted.
The username and password are used alphabet only (with valid email).
A Japanese new contributor Torukb reported this, and I confirmed this, too.
Reproducible: Always
Steps to Reproduce:
1. Fill the register form and 5 digits number.
2. Click register button.
Actual Results:
The page shows "User already exists" error.
Expected Results:
If all random usernames hasn't been registerd on SuMoMo, it should be accept for new username.
Updated•14 years ago
|
Comment 2•14 years ago
|
||
this will be fixed in SUMO 1.5.5 which is scheduled tentatively for next week i.e.
May 25, 2010
see:
1. https://wiki.mozilla.org/Support/SUMOdev_Meeting_Notepad
2. https://bugzilla.mozilla.org/buglist.cgi?quicksearch=OPEN+product%3Asupport+milestone%3A1.5.5
In the meantime:
:marsf please email Torukb's email address (and any other folks who want to register) and I'll create userids for them on SuMoMo manually
Comment 3•14 years ago
|
||
added :gozer (and :sancus because it looks like we will have to update trunk to SUMO 1.5.5 at the end of may as well
Reporter | ||
Comment 4•14 years ago
|
||
(In reply to comment #2)
> In the meantime:
> :marsf please email Torukb's email address (and any other folks who want to
> register) and I'll create userids for them on SuMoMo manually
Torukb is going to wait for SUMO 1.5.5.
Thank you.
Comment 5•14 years ago
|
||
The problem is missing settings for the openfire database connection.
If you comment out lines 183-220 (the try-catch blocks there), does it fix the problem?
Comment 6•14 years ago
|
||
:jsocol, which file are you referring to? is it tiki-register.php?
Assignee: nobody → roland
Status: NEW → ASSIGNED
Comment 7•14 years ago
|
||
Oh man I completely forgot to mention the name of the file. Fail.
Yes, it's tiki-register.php.
Comment 8•14 years ago
|
||
:jsocol, your suggested modification (which is attached) from comment 5 didn't work, anything further to check or is there a log file to check?
Roland-Tanglaos-MacBook-Pro-2:webroot rolandtanglao$ svn commit -m "comment out openfire livechat database call when a new user registers as per comment 5 bug 561925" tiki-register.php
Sending tiki-register.php
Transmitting file data .
Committed revision 67694.
Comment 9•14 years ago
|
||
:sancus and :gozer, let's take 30 minutes next week and fix this problem for SuMoMo and then when SuMo has an official fix we'll look at it and (probably) use it!
Updated•14 years ago
|
Assignee: roland → sancus
Comment 10•14 years ago
|
||
So the thing is: we added livechat_id to our users_users table and added a step to the registration that checks the Openfire database for uniqueness.
There is no "official fix" because there is no actual problem: we were just missing the configuration on one of our staging servers to talk to the Openfire database, and when it failed to connect to the database it was throwing an exception that got caught in the "user exists" try-catch block.
Lines 183-220 of tiki-register.php are where we do this check and where the connection to the Openfire database can fail, causing this behavior.
Comment 11•14 years ago
|
||
thanks james!
Well i applied that fix to trunk.support.mozillamessaging.com and it doesn't work so either i screwed up the fix (i am not a real developer! :-)) OR we have some other non SUMO related problem
I am now more confident than ever that :sancus, :gozer and i will get this working this week.
Assignee | ||
Comment 12•14 years ago
|
||
This fix is correct, our trunk database was missing the livechat_id column however so that caused an error to still be displayed.
Assignee | ||
Comment 13•14 years ago
|
||
This is working on production.
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 14•14 years ago
|
||
i just tried adding user flod, with email address francesco.lodolo@mozillaitalia.org and it failed with "User already exists" on live sumomo
but it worked when i logged in as roland (which has admin privileges) and then then added it from the tiki wiki back end
:sancus did the bug come back?
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 15•14 years ago
|
||
Assignee | ||
Updated•14 years ago
|
Status: REOPENED → RESOLVED
Closed: 14 years ago → 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•