43 case AuthManager::ACTION_LOGIN:
62 if ( $oathuser->getKey() ===
null ) {
63 return AuthenticationResponse::newAbstain();
66 wfMessage(
'oathauth-auth-ui' ),
'warning' );
76 $request = AuthenticationRequest::getRequestByClass( $reqs, TOTPAuthenticationRequest::class );
79 wfMessage(
'oathauth-login-failed' ),
'error' );
86 if ( $oathuser->getKey() ===
null ) {
87 $this->logger->warning(
'Two-factor authentication was disabled mid-authentication for '
89 return AuthenticationResponse::newAbstain();
93 if ( $user->pingLimiter(
'badoath', 0 ) ) {
94 return AuthenticationResponse::newUI(
99 [ Message::durationParam( 60 ) ]
103 if ( $oathuser->getKey()->verifyToken( $token, $oathuser ) ) {
104 return AuthenticationResponse::newPass();
107 wfMessage(
'oathauth-login-failed' ),
'error' );
119 return AuthenticationResponse::newAbstain();
The Message class provides methods which fulfil two basic services:
static getOATHUserRepository()
Get the singleton OATH user repository.
AuthManager value object for the TOTP second factor of an authentication: a pseudorandom token that i...
AuthManager secondary authentication provider for TOTP second-factor authentication.
beginSecondaryAccountCreation( $user, $creator, array $reqs)
beginSecondaryAuthentication( $user, array $reqs)
If the user has enabled two-factor authentication, request a second factor.
getAuthenticationRequests( $action, array $options)
continueSecondaryAuthentication( $user, array $reqs)
Verify the second factor.
do that in ParserLimitReportFormat instead use this to modify the parameters of the image all existing parser cache entries will be invalid To avoid you ll need to handle that somehow(e.g. with the RejectParserCacheValue hook) because MediaWiki won 't do it for you. & $defaults also a ContextSource after deleting those rows but within the same transaction you ll probably need to make sure the header is varied on $request
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 use $formDescriptor instead 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
The wiki should then use memcached to cache various data To use multiple just add more items to the array To increase the weight of a make its entry a array("192.168.0.1:11211", 2))