Closed
Bug 861987
Opened 13 years ago
Closed 13 years ago
Allow users to delete their webmaker account
Categories
(Webmaker Graveyard :: Login, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sedge, Unassigned)
References
Details
(Whiteboard: [login.wm.o])
Someone could want to disable/delete their webmaker profile. We should have the server-side functionality ready for any UX implementation of this feature.
Flags: needinfo?(ross)
| Reporter | ||
Updated•13 years ago
|
Whiteboard: [login.wm.o]
Comment 1•13 years ago
|
||
Great bug :sedge.
So to flesh it out we need the following things for this delete call/integration.
API - /user/:email/delete
Validation - ensure that only the account owner can delete their own account, if someone tries to delete another persons account 403 them!
Flags: needinfo?(ross)
Comment 2•13 years ago
|
||
NOTE, this will also require some cascading deletes in the tools, in case they've published things to Thimble, Popcorn Maker, Make API, etc.
We should probably also think about what delete looks like. For example, if you delete your Twitter account, you can still get your data back if you decide you made a mistake within N days.
Comment 3•13 years ago
|
||
:humph - yeah I was wondering this.
Am wondering that instead of a mass delete of everything we instead set a flag that removes stuff from views.
Not sure how this works with moz privacy rules though - if people want to delete should we not fully delete stuff?
| Reporter | ||
Comment 4•13 years ago
|
||
I think the answer is two options:
1) Disable - removes all listings of the profile and created content, but keeps the content
2) Delete - purges profile and all content
| Reporter | ||
Comment 5•13 years ago
|
||
Sorry, missed the references in that comment.
:humph
:booze
Comment 6•13 years ago
|
||
It is with sadness that I don't mark this as a blocker, but I think it's something we'll want to resolve PDQ after we "ship".
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 7•13 years ago
|
||
This is actually nearly resolved! see:
https://login.mofostaging.net/account
Links from your name in user bar.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•