40 $password =
$req->password;
43 foreach ( $reqs as
$req ) {
44 if (
$req->username !==
null ) {
50 $this->logger->debug( __METHOD__ .
': No username in $reqs, skipping hooks' );
51 return StatusValue::newGood();
59 if ( !\Hooks::run(
'LoginUserMigrated', [ $user, &$msg ] ) ) {
67 if ( !\Hooks::run(
'AbortLogin', [ $user, $password, &$abort, &$msg ] ) ) {
71 return StatusValue::newGood();
77 if ( !\Hooks::run(
'AbortNewAccount', [ $user, &$abortError, &$abortStatus ] ) ) {
79 $this->logger->debug( __METHOD__ .
': a hook blocked creation' );
80 if ( $abortStatus ===
null ) {
85 $msg =
wfMessage(
'createaccount-hook-aborted' )->rawParams( $abortError );
86 return StatusValue::newFatal( $msg );
90 $ret = StatusValue::newGood();
91 $ret->merge( $abortStatus );
96 return StatusValue::newGood();
100 if ( $autocreate !==
false ) {
102 if ( !\Hooks::run(
'AbortAutoAccount', [ $user, &$abortError ] ) ) {
104 $this->logger->debug( __METHOD__ .
": a hook blocked auto-creation: $abortError\n" );
111 return StatusValue::newGood();
123 switch ( $constant ) {
126 $this->logger->debug(
"$hook is SUCCESS?!" );
127 return StatusValue::newGood();
130 return StatusValue::newFatal( $msg ?:
'nocookiesforlogin' );
133 return StatusValue::newFatal( $msg ?:
'sessionfailure' );
137 return StatusValue::newFatal( $msg ?:
'noname' );
141 return StatusValue::newFatal( $msg ?:
'wrongpassword' );
144 return StatusValue::newFatal( $msg ?:
'nosuchusershort',
wfEscapeWikiText( $user->getName() ) );
147 return StatusValue::newFatal( $msg ?:
'wrongpasswordempty' );
150 return StatusValue::newFatal( $msg ?:
'resetpass_announce' );
153 $throttle = $this->config->get(
'PasswordAttemptThrottle' );
154 return StatusValue::newFatal(
155 $msg ?:
'login-throttled',
156 \Message::durationParam( $throttle[
'seconds'] )
160 return StatusValue::newFatal(
165 return StatusValue::newFatal(
170 $error = $msg ?:
'login-migrated-generic';
171 return call_user_func_array(
'StatusValue::newFatal', (array)$error );
176 throw new \DomainException( __METHOD__ .
": Unhandled case value from $hook" );
wfRandomString( $length=32)
Get a random string containing a number of pseudo-random hex characters.
wfEscapeWikiText( $text)
Escapes the given text so that it may be output using addWikiText() without any linking,...
Generic operation result class Has warning/error list, boolean status and arbitrary value.
The User object encapsulates all of the user-specific settings (user_id, name, rights,...
static newFromName( $name, $validate='valid')
Static factory method for creation from username.
this hook is for auditing only $req
null means default in associative array with keys and values unescaped Should be merged with default with a value of false meaning to suppress the attribute in associative array with keys and values unescaped & $options
either a unescaped string or a HtmlArmor object after in associative array form externallinks including delete and has completed for all link tables whether this was an auto creation default is conds Array Extra conditions for the No matching items in log is displayed if loglist is empty msgKey Array If you want a nice box with a set this to the key of the message First element is the message additional optional elements are parameters for the key that are processed with wfMessage() -> params() ->parseAsBlock() - offset Set to overwrite offset parameter in $wgRequest set to '' to unset offset - wrap String Wrap the message in html(usually something like "<div ...>$1</div>"). - flags Integer display flags(NO_ACTION_LINK, NO_EXTRA_USER_LINKS) 'LogException':Called before an exception(or PHP error) is logged. This is meant for integration with external error aggregation services
null means default in associative array with keys and values unescaped Should be merged with default with a value of false meaning to suppress the attribute in associative array with keys and values unescaped noclasses & $ret