API17

JAuthentication::authenticate: Difference between revisions

From Joomla! Documentation

m User contributed notes: moving preparation
m See also: moving preparation
Line 37: Line 37:
===See also===
===See also===
* {{JVer|11.1}} '''JAuthentication::authenticate source code''' on [[jplatform:user/authentication.php#cl-75|BitBucket]]
* {{JVer|11.1}} '''JAuthentication::authenticate source code''' on [[jplatform:user/authentication.php#cl-75|BitBucket]]
* {{JVer|11.1}} Class [[JAuthentication/11.1|JAuthentication]]
* {{JVer|11.1}} Class [[API17:JAuthentication|JAuthentication]]
* {{JVer|11.1}} Subpackage [[Subpackage_User/11.1|User]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_User|User]]
* [[JAuthentication::authenticate|Other versions of JAuthentication::authenticate]]
* [[API17:JAuthentication::authenticate|Other versions of JAuthentication::authenticate]]
{{SeeAlso:JAuthentication::authenticate}}
{{SeeAlso:JAuthentication::authenticate}}
<span class="editsection" style="font-size:76%;">
<span class="editsection" style="font-size:76%;">

Revision as of 00:45, 12 May 2013

Joomla 11.1 JAuthentication::authenticate

Description

Finds out if a set of login credentials are valid by asking all obvserving objects to run their respective authentication routines.

Template:Description:JAuthentication::authenticate [Edit Descripton]

public function authenticate (
        $credentials
        $options
)
Parameter Type Default Description
$credentials array Array holding the user credentials
$options
  • Returns mixed Integer userid for valid user if credentials are valid or boolean false if they are not
  • Defined on line 83 of libraries/joomla/user/authentication.php
  • Since Joomla 11.1

See also

Template:SeeAlso:JAuthentication::authenticate [Edit See Also]

User contributed notes

<CodeExamplesForm />