Opened 14 years ago
Closed 13 years ago
#302 closed enhancement (fixed)
Support deletion of an account by its owner
| Reported by: | Aleksej | Owned by: | spaetz |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.3.3 |
| Component: | programming | Keywords: | review |
| Cc: | Parent Tickets: |
Description
Change History (6)
comment:1 by , 14 years ago
comment:2 by , 13 years ago
| Type: | defect → enhancement |
|---|
comment:3 by , 13 years ago
| Milestone: | → 0.3.3 |
|---|
First cut at my branch 302_delete_own_account in repo git://gitorious.org/~spaetz/mediagoblin/spaetz-mediagoblin.git.
Note that this simply calls User().delete() for user deletion and depends on branch 540_User_delete_deletes_related_entries to also actually delete related MediaEntries, Files, Attachments and Comments.
comment:4 by , 13 years ago
| Owner: | set to |
|---|---|
| Status: | accepted → assigned |
comment:5 by , 13 years ago
| Keywords: | review added |
|---|
I just updated the branch to latest master and improved it. The HTML placement perhaps needs to be tweaked by schendje though.
comment:6 by , 13 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
This has been merged into master now. Schendje needs to check HTML :-)

The original url for this bug was http://bugs.foocorp.net/issues/650 .