← Back to team overview

mahara-contributors team mailing list archive

[Bug 1252101] A patch has been submitted for review

 

Patch for "master" branch: https://reviews.mahara.org/3065

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1252101

Title:
  Wishlist: Prevent new users from taking spammy actions

Status in Mahara ePortfolio:
  In Progress

Bug description:
  As mentioned in https://bugs.launchpad.net/mahara/+bug/1250641 , to
  combat spam on mahara.org, this is a feature request to add a new user
  probationary period, during which the user can't take actions that are
  potentially spammy.

  In the prototype implementation it's limited to the forums:

  1. New (self-registered) users start with a number of probationary points.
  2. When they take actions other non-probationary users approve of, their probationary points are reduced. When they hit 0, the user is no longer probationary.
  3. A probationary user can't post links or images in forum posts
  4. If a non-probationary user posts a direct reply to one of their forum posts or topics, their probationary points are reduced by 1.
  5. The number of probation points they start with is configured in config.php

  Additional features it would be good to add:

  1. Make the probation points configurable via the admin UI
  2. Make the actions that are prohibited, configurable via the admin UI?
  3. Additional actions to prevent -- links in direct messages & feedback, creation of public-accessible pages
  4. Admins can clear (or increase) a user's probation points via the account settings
  5. Report page to show probationary users.
  6. Notifications to admins when a probationary user attempts a forbidden action, with quick-link to suspend the user
  7. Report page to show which non-probationary users approved of the probationary user (so you can check for spammer-approvers)
  8. "Report objectionably content" link for forum posts
  9. Display of user's overall post count on forum posts
  10. Potentially some way of limiting all this to only certain forums (although I can't think of a good conceptual model for that)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1252101/+subscriptions


References