Manual:Hooks/UserCreateForm

From MediaWiki.org

Jump to: navigation, search
UserCreateForm
Available from version 1.6.0
Change to manipulate the login form

*Define function:
function fnMyHook( $template ) { ... }

*Attach hook:
$wgHooks['UserCreateForm'][] = 'fnMyHook';
Called from: SpecialUserlogin.php

*For more information about attaching hooks, see Manual:Hooks.
*For examples of extensions using this hook, see Category:UserCreateForm extensions.


[edit] Details

  • $template: SimpleTemplate instance for the form