|
MediaWiki REL1_35
|

Public Member Functions | |
| onAddNewAccount ( $user, $byEmail) | |
| This hook is called after a user account is created. | |
Definition at line 11 of file AddNewAccountHook.php.
| MediaWiki\Hook\AddNewAccountHook::onAddNewAccount | ( | $user, | |
| $byEmail | |||
| ) |
This hook is called after a user account is created.
| User | $user | the User object that was created. (Parameter added in 1.7) |
| bool | $byEmail | true when account was created "by email" (added in 1.12) |
Implemented in MediaWiki\HookContainer\HookRunner.