Closed
Bug 974545
Opened 11 years ago
Closed 11 years ago
fxa account records from prod database
Categories
(Cloud Services :: Server: Firefox Accounts, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dcoates, Assigned: gene)
References
Details
To debug 965917 and https://github.com/mozilla/fxa-auth-server/issues/575
It would be helpful to have the account records for dcoates@mozilla.com and dannycoates@gmail.com
These are accounts created by me.
Assignee | ||
Comment 1•11 years ago
|
||
Danny, can you paste in that sql I used yesterday on Chris's account so I can re-use it.
Flags: needinfo?(dcoates)
Reporter | ||
Comment 2•11 years ago
|
||
select HEX(uid), normalizedEmail, email, HEX(emailCode), emailVerified, HEX(kA), HEX(wrapWrapKb), HEX(authSalt), HEX(verifyHash), verifierVersion, verifierSetAt, createdAt from accounts where normalizedEmail = 'dannycoates@gmail.com'
Flags: needinfo?(dcoates)
Assignee | ||
Comment 3•11 years ago
|
||
I've emailed you the records
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•