Manual:Hooks/AuthPluginAutoCreate

From mediawiki.org
AuthPluginAutoCreate
Available from version 1.13.0
Called when creating a local account for an user logged in from an external authentication method
Define function:
public static function onAuthPluginAutoCreate( $user ) { ... }
Attach hook: In extension.json:
{
	"Hooks": {
		"AuthPluginAutoCreate": "MediaWiki\\Extension\\MyExtension\\Hooks::onAuthPluginAutoCreate"
	}
}
Called from: File(s): specials/SpecialUserLogin.php
Interface: AuthPluginAutoCreateHook.php

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


Details[edit]

  • $user: User object created locally