Extension:UserInformation
Appearance
Please help expand this page. |
Release status: unknown |
|
|---|---|
| Author(s) | Mark A. Hershberger |
| Latest version | 1.0.0 |
| MediaWiki | |
|
|
| Licence | GNU General Public License 3.0 or later |
| Download | GitLab: Note: |
The UserInformation extension allows administrators to view private user information on a MediaWiki site.
Installation
[edit]- Download and place the file(s) in a directory called
UserInformationin yourextensions/folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'UserInformation' );
Done – Navigate to Special:Versionon your wiki to verify that the extension is successfully installed.
