Closed
Bug 1093821
Opened 10 years ago
Closed 10 years ago
Cannot delete account on login.mofostaging.net
Categories
(Webmaker Graveyard :: Login, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jon, Assigned: cade)
References
Details
(Whiteboard: [nov14] [login3])
Attachments
(1 file)
No description provided.
Reporter | ||
Comment 1•10 years ago
|
||
STR:
1) sign-in to a valid account on https://login.mofostaging.net
2) Click "Delete account"
3) Enter account email
4) Recieve POST https://login.mofostaging.net/account/delete [HTTP/1.1 404 Not Found 36ms]
Reporter | ||
Updated•10 years ago
|
Whiteboard: [nov14] [login3]
Assignee | ||
Comment 2•10 years ago
|
||
The root of this problem is this console error:
TypeError: webmakerLogin.off is not a function
The delete actually works, but if you attempt to do it again before you log off, you see that 404 - because the account doesn't exists anymore. That console error is stopping the /account page from logging you out and redirecting you to the the webmakerorg homepage
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → cade
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•10 years ago
|
||
Attachment #8518258 -
Flags: review?(jon)
Reporter | ||
Updated•10 years ago
|
Attachment #8518258 -
Flags: review?(jon) → review+
Assignee | ||
Comment 4•10 years ago
|
||
Merged: https://github.com/mozilla/login.webmaker.org/commit/792100078341fb0c6aaa389f5166d4ae3e1834b6
Tested & working on staging
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•