Download the PHP package mediawiki/get-user-info without Composer
On this page you can find all versions of the php package mediawiki/get-user-info. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mediawiki/get-user-info
More information about mediawiki/get-user-info
Files in mediawiki/get-user-info
Download mediawiki/get-user-info
More information about mediawiki/get-user-info
Files in mediawiki/get-user-info
Vendor mediawiki
Package get-user-info
Short Description Print personal data from users
License GPL-3.0+
Homepage https://github.com/SimilisTools/mediawiki-GetUserInfo
Package get-user-info
Short Description Print personal data from users
License GPL-3.0+
Homepage https://github.com/SimilisTools/mediawiki-GetUserInfo
Please rate this library. Is it a good library?
Informations about the package get-user-info
GetUserInfo
Extension for providing user information.
This extension is potentially privacy risky, so great care should be taken to configure it.
Usage
- {{#getuserinfo:email|UserName}}
- {{#getuserinfo:realname|UserName}}
- {{#getuserinfo:groups|UserName}}
Configuration settings
Groups that can see the outcome
- $GLOBALS['wgGUAllowedGroups']['email'] = array('sysop');
- $GLOBALS['wgGUAllowedGroups']['realname'] = array('sysop');
- $GLOBALS['wgGUAllowedGroups']['groups'] = array('sysop');
Namespaces that can render the outcome regardless of the user group
- $GLOBALS['wgGUWhiteListNS']['email'] = array();
- $GLOBALS['wgGUWhiteListNS']['realname'] = array();
- $GLOBALS['wgGUWhiteListNS']['groups'] = array();
Additional pages than can render the outcome regardless of the namespace or user group
- $GLOBALS['wgGUWhiteListPages']['email'] = array();
- $GLOBALS['wgGUWhiteListPages']['realname'] = array();
- $GLOBALS['wgGUWhiteListPages']['groups'] = array();
Whether only the same user can see their data
- $GLOBALS['wgGUOnlyActualUser'] = false;
Whether data can only be seen in the same user page
- $GLOBALS['wgGUOnlyUserPage'] = false;
All versions of get-user-info with dependencies
PHP Build Version
Package Version
The package mediawiki/get-user-info contains the following files
Loading the files please wait ....