Closed
Bug 914842
Opened 12 years ago
Closed 12 years ago
Account Glitch
Categories
(Webtools Graveyard :: Air Mozilla, defect, P4)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: david.weir, Assigned: bjohnson)
References
Details
Attachments
(1 file)
|
245.96 KB,
image/jpeg
|
Details |
I found a bug I recently changed my mozillians email recently and it has been changed on air mozilla but my previous requests have not been moved to my new account can you do that
I recently changed my email to david.weir@mozilla.org.uk and my previous email was david.weiruk@gmail.com
Can we get this linked to a mozillians account insted of emails for the requests
Comment 1•12 years ago
|
||
Can you not log in to your old email address on Air Mozilla?
We don't yet have a way of transferring requests from one user to another.
| Reporter | ||
Comment 2•12 years ago
|
||
not tried logging into my old acount yet
will try this the now and if it works i will mark it as invalid
| Reporter | ||
Comment 3•12 years ago
|
||
it wont let me to login to my old account on air mozilla as its not on my mozillains profile any more
| Reporter | ||
Comment 4•12 years ago
|
||
Comment 5•12 years ago
|
||
It's clear that what needs to be done is to transfer the requests from the old account to the new account. But like I said in comment #6, we don't have this functionality. It would need to be something we do in the production database.
| Reporter | ||
Comment 6•12 years ago
|
||
Peter can you file a bug to add that feature if possible or should i file it
Updated•12 years ago
|
Priority: -- → P4
Comment 8•12 years ago
|
||
Solution to the problem is here: https://bugzilla.mozilla.org/show_bug.cgi?id=932078#c1
Assignee: nobody → bjohnson
Comment 9•12 years ago
|
||
As per https://bugzilla.mozilla.org/show_bug.cgi?id=932078#c1:
air_mozilla_org=# UPDATE main_suggestedevent
air_mozilla_org-# SET user_id=(select id from auth_user where email='david.weir@mozilla.org.uk')
air_mozilla_org-# WHERE
air_mozilla_org-# user_id in (select id from auth_user where email='david.weiruk@gmail.com');
UPDATE 4
air_mozilla_org=# UPDATE main_suggestedeventcomment
air_mozilla_org-# SET user_id=(select id from auth_user where email='david.weir@mozilla.org.uk')
air_mozilla_org-# WHERE
air_mozilla_org-# user_id in (select id from auth_user where email='david.weiruk@gmail.com');
UPDATE 2
You should be all set now.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•4 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•