From 1fa272c8f42d98d87704754dcebbdf6a67d038ba Mon Sep 17 00:00:00 2001 From: Rob Church Date: Tue, 2 May 2006 20:07:54 +0000 Subject: [PATCH] Documentation didn't go through... --- docs/hooks.txt | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.20.1