* Added a new hook, 'AddNewAccount', which is run after account creation
[lhc/web/wiklou.git] / docs / hooks.txt
index ddc7e2f..b285ddc 100644 (file)
@@ -237,6 +237,9 @@ protocol came about after MediaWiki 1.4rc1.
 This is a list of known events and parameters; please add to it if
 you're going to add events to the MediaWiki code.
 
+'AddNewAccount': after a user account is created
+null: This hook passes null as an argument
+
 'ArticleDelete': before an article is deleted
 $article: the article (object) being deleted
 $user: the user (object) deleting the article