Closed
Bug 1272787
Opened 9 years ago
Closed 9 years ago
Remove most Admin links from spam attempt email
Categories
(developer.mozilla.org Graveyard :: User management, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jwhitlock, Unassigned)
Details
(Keywords: in-triage, Whiteboard: [specification][type:change])
What feature should be changed? Please provide the URL of the feature if possible.
==================================================================================
Emails to the spam watch list include links to the Django Admin. These should be removed:
Spam Attempt Email:
- Keep Document Spam Attempt admin link
- Remove User admin link
- Remove Document admin link
What problems would this solve?
===============================
Spam administration currently requires access to the Django Admin. We'd like to safely allow some contributors or contractors to be able to perform spam management without giving them access to the Django Admin. These two can be dropped immediately, but the Document Spam Attempt admin view will require creation of a new dashboard, and may not be worth the effort.
Who would use this?
===================
Spam administrators who are not MDN staff members
What would users see?
=====================
The only remaining Django Admin link, to the Document Spam Attempt view, would be the only one they have access to.
What would users do? What would happen as a result?
===================================================
They would have access to just the portions of the Django admin they need to confirm blocked edits as spam or to mark them as ham. In the future, this may be replaced by a non-Django Admin interface as well.
Is there anything else we should know?
======================================
Django Admin access should be limited to current staff, and removed when they leave the company.
| Reporter | ||
Comment 1•9 years ago
|
||
Here is a sample email. I am proposing removing two lines:
Admin link: https://developer.mozilla.org/admin/users/user/388270/
Admin link: https://developer.mozilla.org/admin/wiki/document/60089/
The email:
* SPAM ATTEMPT *
Title: Send feedback about MDN
Slug: MDN/Feedback
Detected at: 2016-05-19 22:21:32.344547+00:00
Admin link: https://developer.mozilla.org/admin/wiki/documentspamattempt/824/
* USER *
Name: sameer44
ID: 388270
Joined at: 2016-05-19 22:14:13+00:00
Profile link: https://developer.mozilla.org/en-US/profiles/sameer44
Admin link: https://developer.mozilla.org/admin/users/user/388270/
* DOCUMENT *
Title: Send feedback about MDN
Slug: MDN/Feedback
Language: English (US)
Last modified: 2016-05-13 20:44:00+00:00
Site link: https://developer.mozilla.org/en-US/docs/MDN/Feedback
Admin link: https://developer.mozilla.org/admin/wiki/document/60089/
Comment 2•9 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/08e306899a3a62d9b7a0d6ca04dd6ce1213fc129
bug 1272787 - remove 2 of the 3 admin links from email template
https://github.com/mozilla/kuma/commit/1e61415a52efac62c641770e9e0857f95e86b5e5
Merge pull request #3875 from caktus/1272787-remove-most-admin-links-from-spam-attempt-email
bug 1272787 - remove 2 of the 3 admin links from email template
| Reporter | ||
Comment 3•9 years ago
|
||
Fix is live in production
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•