User Rights Email Notification: Difference between revisions

From Meta, a Wikimedia project coordination wiki
Content deleted Content added
http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/
Replacing page with '{{MovedToMediaWiki|Extension:User Rights Email Notification}} Imported with full page histories. --~~~~'
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{MovedToMediaWiki|Extension:User Rights Email Notification}}
The '''user rights email notification extension''' provides a customisable email notification for registered users upon a change in their group memberships.


Imported with full page histories. --[[User:Roosa|<b>Roosa</b>]] <sub>([[User talk:Roosa|<font color="hotpink">Talk</font>]]) </sub> 17:26, 26 June 2007 (UTC)
<small>[[#Download|Skip to the Download]]</small>

== Readme ==

<pre>USER RIGHTS EMAIL NOTIFICATION EXTENSION

Version 1.0
© 2006 Rob Church

== Overview ==

1. Introduction
2. Installation requirements
3. Installing the extension
4. Editing the notification email
5. Further configuration
6. Notes
7. Change log
== 1. Introduction ==

The user rights email notification extension provides a clean and customisable
means to send email messages to one or more registered users upon a change to
their group memberships. The behaviour of the extension can be controlled using
configuration options within the LocalSettings.php file for MediaWiki.

== 2. Installation requirements ==

This extension requires hooks present in MediaWiki 1.5.9 and later.

== 3. Installing the extension ==

To install the new user email notification extension, first upload/copy the
extension file UserRightsNotif.php into your MediaWiki extensions directory. Then
edit your LocalSettings.php file and add the following line:

require_once( 'extensions/UserRightsNotif.php' );

Save the file (uploading if applicable) to complete the installation.

== 4. Editing the notification email ==

When preparing the email message to be sent to each recipient, the extension
relies upon two system messages. You will need to create these if you wish
to customise them, as detailed below:

MediaWiki:Userrightsnotifysubject
This file contains the subject line for the email.
$1 is replaced with the wiki site name from $wgSitename.

MediaWiki:Userrightsnotifybody
This file contains the body text for the email.
$1 is replaced with the username of the recipient;
$2 is replaced with the wiki site name from $wgSitename;
$3 is replaced with the username of the user who made the change;
$4 is replaced with the time and date of the change;
$5 is replaced with a comma-delimited list of groups added;
$6 is replaced with a comma-delimited list of groups removed.

== 5. Further configuration ==

To change the sender email address used (the default is the same as
$wgPasswordSender), set the $wgUserRightsNotif['sender'] variable in LocalSettings.php.

== 6. Notes ==

* On wikis where email address authentication is present and active(1), then
no email is sent unless the recipient's email address is validated.

(1) => MediaWiki 1.5 and later

== 7. Change Log ==

Version 1.0
29/03/2006
Initial release</pre>

== Download ==

The latest version of the extension is available from MediaWiki's CVS repository. The URL to the web-based viewer for this is
http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/UserRightsNotif .
[[Category:MediaWiki extensions]]
[[Category:MediaWiki authentication]]

Latest revision as of 17:26, 26 June 2007

Imported with full page histories. --Roosa (Talk) 17:26, 26 June 2007 (UTC)[reply]