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 |
Download snapshot (Git master)
Git [?]: repo summary • tree • code changes SVN [?]: checkout-url • tree • code changes |
||
|
|||
|
|||
|
Check usage (experimental) |
|||
PrivateDomain 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 source either (IIRC).
[edit] Installation
- Download the source code into $IP/extensions/PrivateDomains
- Add
into the wiki's LocalSettings.php
require_once("$IP/extensions/PrivateDomains/PrivateDomains.php");
- Installation can now be verified through Special:Version