Extension:OSBlocks
Appearance
Please help expand this page. |
Release status: stable |
|
|---|---|
| Implementation | User access |
| Author(s) | Nick A. (Naleksuh), Jacob G. (jvvg) |
| MediaWiki | |
| Licence | No licence specified |
| Download | GitHub:
Note: |
The OSBlocks extension prevents users who don't have the right to block other users from reading Special:BlockList or Special:AutoBlockList. This is not a secure filter since they can get the same information via the API or several other techniques.
Installation
[edit]- Download and place the file(s) in a directory called
OSBlocksin yourextensions/folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'OSBlocks' );
Done â Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
