From cdafed9759bbff5952f09e5a3d866f24fba57104 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Wed, 1 May 2013 08:56:50 +0200 Subject: Update to MediaWiki 1.20.5 --- docs/hooks.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') diff --git a/docs/hooks.txt b/docs/hooks.txt index 2a9be042..8fb94a41 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -268,6 +268,12 @@ $reason: the reason for the move (added in 1.13) $user: the User object about to be created (read-only, incomplete) &$msg: out parameter: HTML to display on abort +'AbortChangePassword': Return false to cancel password change. +$user: the User object to which the password change is occuring +$this->mOldpass: the old password provided by the user +$newpass: the new password provided by the user +&$abortMsg: the message identifier for abort reason + 'ActionBeforeFormDisplay': before executing the HTMLForm object $name: name of the action &$form: HTMLForm object -- cgit v1.2.2