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