From: Rob Church Date: Tue, 2 May 2006 20:07:54 +0000 (+0000) Subject: Documentation didn't go through... X-Git-Tag: 1.31.0-rc.0~57266 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=1fa272c8f42d98d87704754dcebbdf6a67d038ba;p=lhc%2Fweb%2Fwiklou.git Documentation didn't go through... --- diff --git a/docs/hooks.txt b/docs/hooks.txt index b0d81297bf..50aa84aa6d 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -297,6 +297,12 @@ $user: the user _doing_ the block (not the one being blocked) $block: the Block object that was saved $user: the user who did the block (not the one being blocked) +'EmailConfirmed': When checking that the user's email address is "confirmed" +$user: User being checked +$confirmed: Whether or not the email address is confirmed +This runs before the other checks, such as anonymity and the real check; return +true to allow those checks to occur, and false if checking is done. + 'EmailUser': before sending email from one user to another $to: address of receiving user $from: address of sending user