35 parent::__construct( $main, $action,
'login' );
40 $msgs = parent::getFinalDescription();
45 AuthManager::ACTION_LOGIN,
56 if (
$params[
'returnurl'] !==
null ) {
58 if ( !$bits || $bits[
'scheme'] ===
'' ) {
62 "badurl_{$encParamName}"
68 $manager = AuthManager::singleton();
71 if ( !$manager->canAuthenticateNow() ) {
72 $this->
getResult()->addValue(
null,
'clientlogin', $helper->formatAuthenticationResponse(
73 AuthenticationResponse::newFail( $this->msg(
'userlogin-cannot-' . AuthManager::ACTION_LOGIN ) )
75 $helper->logAuthenticationResult(
'login',
'userlogin-cannot-' . AuthManager::ACTION_LOGIN );
81 $reqs = $helper->loadAuthenticationRequests( AuthManager::ACTION_LOGIN_CONTINUE );
82 $res = $manager->continueAuthentication( $reqs );
84 $reqs = $helper->loadAuthenticationRequests( AuthManager::ACTION_LOGIN );
85 if (
$params[
'preservestate'] ) {
86 $req = $helper->getPreservedRequest();
91 $res = $manager->beginAuthentication( $reqs,
$params[
'returnurl'] );
98 $res->neededRequests, [ CreateFromLoginAuthenticationRequest::class ]
101 $this->
getResult()->addValue(
null,
'clientlogin',
102 $helper->formatAuthenticationResponse(
$res ) );
103 $helper->logAuthenticationResult(
'login',
$res );
116 'requests',
'messageformat',
'mergerequestfields',
'preservestate',
'returnurl',
'continue'
121 return [
'api-help-authmanagerhelper-additional-params', AuthManager::ACTION_LOGIN ];
126 'action=clientlogin&username=Example&password=ExamplePassword&'
127 .
'loginreturnurl=http://example.org/&logintoken=123ABC'
128 =>
'apihelp-clientlogin-example-login',
129 'action=clientlogin&logincontinue=1&OATHToken=987654&logintoken=123ABC'
130 =>
'apihelp-clientlogin-example-login2',
135 return 'https://www.mediawiki.org/wiki/Special:MyLanguage/API:Login';
and that you know you can do these things To protect your we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights These restrictions translate to certain responsibilities for you if you distribute copies of the or if you modify it For if you distribute copies of such a whether gratis or for a you must give the recipients all the rights that you have You must make sure that receive or can get the source code And you must show them these terms so they know their rights We protect your rights with two and(2) offer you this license which gives you legal permission to copy
wfParseUrl( $url)
parse_url() work-alike, but non-broken.
wfEscapeWikiText( $text)
Escapes the given text so that it may be output using addWikiText() without any linking,...
Helper class for AuthManager-using API modules.
static getStandardParams( $action, $param)
Fetch the standard parameters this helper recognizes.
static blacklistAuthenticationRequests(array $reqs, array $blacklist)
Filter out authentication requests by class name.
This abstract class implements many basic API functions, and is the base of all API classes.
getModulePrefix()
Get parameter prefix (usually two letters or an empty string).
encodeParamName( $paramName)
This method mangles parameter name based on the prefix supplied to the constructor.
static makeMessage( $msg, IContextSource $context, array $params=null)
Create a Message from a string or array.
dieWithError( $msg, $code=null, $data=null, $httpCode=null)
Abort execution with an error.
getResult()
Get the result object.
extractRequestParams( $options=[])
Using getAllowedParams(), this function makes an array of the values provided by the user,...
getModulePath()
Get the path to this module.
requireAtLeastOneParameter( $params, $required)
Die if none of a certain set of parameters is set and not false.
getModuleName()
Get the name of the module being executed by this instance.
Log in to the wiki with AuthManager.
getFinalDescription()
Get final module description, after hooks have had a chance to tweak it as needed.
getHelpUrls()
Return links to more detailed help pages about the module.
isReadMode()
Indicates whether this module requires read rights.
__construct(ApiMain $main, $action)
dynamicParameterDocumentation()
Indicate if the module supports dynamically-determined parameters that cannot be included in self::ge...
execute()
Evaluates the parameters, performs the requested query, and sets up the result.
getAllowedParams()
Returns an array of allowed parameters (parameter name) => (default value) or (parameter name) => (ar...
getExamplesMessages()
Returns usage examples for this module.
needsToken()
Returns the token type this module requires in order to execute.
This is the main API class, used for both external and internal processing.
getContext()
Get the base IContextSource object.
this hook is for auditing only $req