ayik / alumnisangam

Automatically exported from code.google.com/p/alumnisangam
0 stars 0 forks source link

User Deletion Needed #119

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Feature Name: User Deletion

What it will do: Delete user from system. This means

1. Clean out all non-mgl records. [job history, etc]
2. Leave MGL record, but clear out email etc, so the user can be "claimed"
again.

Original issue reported on code.google.com by animesh on 24 Jan 2010 at 9:09

GoogleCodeExporter commented 8 years ago
Issue 66 has been merged into this issue.

Original comment by animesh on 24 Jan 2010 at 9:10

GoogleCodeExporter commented 8 years ago
Some more notes:
1. Only admins should be able to do this
2. There should be a javascript confirmation dialog box in the UI when the 
delete
button is clicked.
3. The request can only be a POST. This cannot be done using a GET.

Original comment by animesh on 24 Jan 2010 at 9:11

GoogleCodeExporter commented 8 years ago
Let this be present at two places (much like gmail's delete)
1. on user's profile - at top.
2. on search result

For both it will be in a dropdown marked "actions"
For 1, the action happens to the user whose profile we are viewing
For 2, the action happens to the userS whose names are checked before chossing 
that
option from the dropdown.

Of course, this dropdown is visible only to admins.

Original comment by animesh on 26 Jan 2010 at 1:26