MediaWiki REL1_35
IsValidPasswordHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\User\Hook;
4
6use User;
7
24 public function onIsValidPassword( $password, &$result, $user );
25}
The User object encapsulates all of the user-specific settings (user_id, name, rights,...
Definition User.php:60
onIsValidPassword( $password, &$result, $user)
Use this hook to override the result of User::isValidPassword()
Stable for implementing.