Closed
Bug 672821
Opened 14 years ago
Closed 14 years ago
[Admin] user management tool
Categories
(addons.mozilla.org Graveyard :: Admin/Editor Tools, defect)
addons.mozilla.org Graveyard
Admin/Editor Tools
Tracking
(Not tracked)
RESOLVED
FIXED
6.1.9
People
(Reporter: clouserw, Assigned: andy+bugzilla)
References
Details
(Whiteboard: [t:poodle])
The scaffolding is leaving out some key stuff we need to admin users, so we should make a tool. However, we don't need an entirely separate page for this: adjusting the current "edit" page is fine for most of it. This bug includes:
- Creating an admin page that is an ajaxy search for users (replace https://addons.allizom.org/en-US/admin/users)
- Letting admin users (look at remora for the exact permissions string) get to edit user pages for anyone
- Add an "admin" section at the bottom of the page (similar to what we have for editing add-ons now) that includes:
- confirmation code
- the "notes" field
- the two delete user options: removal and anonymity
- Remove "manage user" link from profile pages, as it just points to the remora admin page
- Make sure all admin adjustments are logged correctly saying who did what
Comment 1•14 years ago
|
||
Please require a reason for admin changes that shows up with the log.
| Assignee | ||
Comment 2•14 years ago
|
||
Can you clarify removal and anonymity? We've got flags deleted and email hidden, are those the two you mean?
| Reporter | ||
Comment 3•14 years ago
|
||
One actually deletes the user (and cascades to their reviews, etc.).
The other just blanks out the name and stuff. There is already an anonymize() function in zamboni, I think.
Remora can answer the details of the two functions better than me.
| Reporter | ||
Updated•14 years ago
|
Target Milestone: 4.x (triaged) → 6.1.8
| Assignee | ||
Comment 4•14 years ago
|
||
http://github.com/jbalogh/zamboni/commit/306f35
No logging yet, need to do bug 673241 first.
Status: NEW → ASSIGNED
| Reporter | ||
Comment 5•14 years ago
|
||
I think it's done since the other bug is filed?
| Reporter | ||
Comment 6•14 years ago
|
||
bumping since andym is out this week, but I still think it's done
Target Milestone: 6.1.8 → 6.1.9
| Reporter | ||
Comment 7•14 years ago
|
||
er, today. not this week.
| Assignee | ||
Comment 8•14 years ago
|
||
This is there apart from the logging, but I'll put the manage user button back as per bug 675706.
| Assignee | ||
Comment 9•14 years ago
|
||
http://github.com/jbalogh/zamboni/commit/b19e0c
Will remove/alter the manage link when happy.
No UI to surface logs yet, will do that in bug 673241.
| Assignee | ||
Updated•14 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 10•13 years ago
|
||
qa bug is 711202. When that bug is fixed we can flip the link on the manage link.
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•