MediaWiki  master
IsValidPasswordHook.php
Go to the documentation of this file.
1 <?php
2 
3 namespace MediaWiki\User\Hook;
4 
7 
27  public function onIsValidPassword( $password, &$result, $user );
28 }
internal since 1.36
Definition: User.php:98
This is a hook handler interface, see docs/Hooks.md.
onIsValidPassword( $password, &$result, $user)
Use this hook to override the result of User::isValidPassword()