Manual:Hooks/UserLoginForm
From MediaWiki.org
| UserLoginForm | |
|---|---|
| Available from version 1.6.0 Change to manipulate the login form |
|
Define function: |
public static function onUserLoginForm( $template ) { ... }
|
Attach hook: |
$wgHooks['UserLoginForm'][] = 'MyExtensionHooks::onUserLoginForm'; |
| Called from: | SpecialUserlogin.php |
For more information about attaching hooks, see Manual:Hooks.
For examples of extensions using this hook, see Category:UserLoginForm extensions.
[edit] Details
- $template: SimpleTemplate instance for the form
| Language: | English |
|---|