Jmol:Administrators

From Jmol
Revision as of 10:59, 6 March 2011 by NicolasVervelle (talk | contribs) (Fighting against vandalism)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This page contains information about Jmol wiki administration. It lists some actions administrators should take in various situations.

Fighting against vandalism and spamming

Several configuration options have been activated on Jmol wiki to reduce the number of vandalism. These options include:

  • Anonymous users can't edit pages ($wgGroupPermissions['*']['edit'] = false;).
  • Email address is required for account registration an this email address must be confirmed before the user can edit pages ($wgEmailConfirmToEdit = true;).
  • Extension SpamBlacklist to manage a black list of URL.
  • Extension ConfirmEdit to add a security feature, known as a Captcha, to prevent bot access in some situations (user registration, second login attempt, and URL added).
  • RevisionDelete has been activated.


Unfortunately, even with these options, vandalism can still happen. Administrators actions in this situation can be the following:

  • Block user with an infinite expiry.
  • Eventually, Merge user with Anonymous account (and delete the old user).
  • If the vandalism is about spamming links to external sites, update the JmolWiki Blacklist by adding the domain of the spam URL.
    The dot character '.' must be escaped with backslash '\' before.
  • If the vandal has created a new page or uploaded a new file, delete the page or the file.
  • If the vandal has modified an existing page, revert its modification and delete the revision using the Show/hide selected revisions button in the history of the page.

Contributors

NicolasVervelle