API17

Difference between revisions of "JAuthentication::authenticate"

From Joomla! Documentation

(Updated to r1448:247ba8d88526)
m (→‎See also: moving preparation)
(2 intermediate revisions by the same user not shown)
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%;">
Line 55: Line 55:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JAuthentication]][[Category:JAuthentication::authenticate]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 19:45, 11 May 2013

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JAuthentication::authenticate[edit]

Description[edit]

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[edit]

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

User contributed notes[edit]

<CodeExamplesForm />