https://bugzilla.wikimedia.org/show_bug.cgi?id=28363

Brion Vibber <br...@wikimedia.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |WONTFIX

--- Comment #7 from Brion Vibber <br...@wikimedia.org> 2011-04-07 21:52:30 UTC 
---
Currently this is not a change that will be accepted into the main repository;
as noted above, the requested feature doesn't mesh with CheckUser's design
goals (use by a trusted admin subset on Wikimedia Foundation sites, with a flat
permission access level).

However since the code is available to you, please feel free to modify it for
your own custom use case. It should pretty much be a matter of adding:

  global $wgUser;
  if ( $wgUser->hasRight( 'checkuser-protect' ) ) {
    return true;
  }

to some of the hook functions in CheckUser.php.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to