2017 © Pedro Peláez
 

mediawiki-extension get-user-info

Print personal data from users

image

mediawiki/get-user-info

Print personal data from users

  • Friday, December 4, 2015
  • by toniher
  • Repository
  • 2 Watchers
  • 0 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 10 % Grown

The README.md

GetUserInfo

Extension for providing user information., (*1)

This extension is potentially privacy risky, so great care should be taken to configure it., (*2)

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');, (*3)

Namespaces that can render the outcome regardless of the user group * $GLOBALS['wgGUWhiteListNS']['email'] = array(); * $GLOBALS['wgGUWhiteListNS']['realname'] = array(); * $GLOBALS['wgGUWhiteListNS']['groups'] = array();, (*4)

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();, (*5)

Whether only the same user can see their data * $GLOBALS['wgGUOnlyActualUser'] = false;, (*6)

Whether data can only be seen in the same user page * $GLOBALS['wgGUOnlyUserPage'] = false;, (*7)

The Versions

04/12 2015

dev-master

9999999-dev https://github.com/SimilisTools/mediawiki-GetUserInfo

Print personal data from users

  Sources   Download

GPL-3.0+

The Requires

 

by Toni Hermoso Pulido

user mediawiki

04/12 2015

0.1.0

0.1.0.0 https://github.com/SimilisTools/mediawiki-GetUserInfo

Print personal data from users

  Sources   Download

GPL-3.0+

The Requires

 

by Toni Hermoso Pulido

user mediawiki