Skip to content

Conversation

@eschultz
Copy link

@eschultz eschultz commented May 7, 2019

This PR allows multiple IPS mappings to MW users, like so:

$wgIPBGroupMap = array(
    'sysop' => array(4, 6, 15)
);

while still allowing one-to-one mappings:

$wgIPBGroupMap = array(
    'sysop' => 4
);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant