From: Alexandre Emsenhuber Date: Thu, 29 Jan 2009 19:48:56 +0000 (+0000) Subject: Document UserIsBlockedGlobally hook X-Git-Tag: 1.31.0-rc.0~43129 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=e58028f9e52b24260350e2fc37586756ba14692e;p=lhc%2Fweb%2Fwiklou.git Document UserIsBlockedGlobally hook --- diff --git a/docs/hooks.txt b/docs/hooks.txt index 2b34fc5122..2930e0c0eb 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -1385,6 +1385,11 @@ $user: User object $user: User to get rights for &$rights: Current rights +'UserIsBlockedGlobally': Check if user is blocked on all wikis. +&$user: User object +$ip: User's IP address +&$blocked: Whether the user is blocked, to be modified by the hook + 'UserLoadDefaults': called when loading a default user $user: user object $name: user name