Extension:PrivateDomains
From MediaWiki.org
|
PrivateDomains Release status: stable |
|||
|---|---|---|---|
| Implementation | Special page | ||
| Description | Allows to restrict editing to users with a certain e-mail address. | ||
| Author(s) | Inez Korczyński Jack Phoenix |
||
| Last version | 1.1 | ||
| MediaWiki | 1.16+ | ||
| License | GNU General Public License 2+ | ||
| Download | |||
|
|||
|
|||
| Check usage and version matrix | |||
The PrivateDomains extension restricts wiki editing to users with a certain e-mail address. It adds a new special page, Special:PrivateDomains, to allow changing the name of the organization and to add "trusted" e-mail addresses. Bureaucrats and staff members can access this special page.
If a non-privileged user (someone who does not have the organization's email address) tries to edit, s/he sees a warning box about the fact that s/he cannot change pages on the wiki. Be aware that the user can't view page sources either (IIRC).
Installation [edit]
- Download the source code into $IP/extensions/PrivateDomains
- Add
into the wiki's LocalSettings.php
require_once("$IP/extensions/PrivateDomains/PrivateDomains.php");
- The installation can now be verified through Special:Version