Skip to content
This repository was archived by the owner on Mar 28, 2026. It is now read-only.

Allow multiple mappings in IPBGroupMap#7

Open
eschultz wants to merge 1 commit into
FHannes:masterfrom
eschultz:patch-1
Open

Allow multiple mappings in IPBGroupMap#7
eschultz wants to merge 1 commit into
FHannes:masterfrom
eschultz:patch-1

Conversation

@eschultz

@eschultz eschultz commented May 7, 2019

Copy link
Copy Markdown

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant