Joomla CMS
2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
|
Classes | |
class | JAuthentication |
class | JAuthenticationResponse |
Espaces de nommage | |
namespace | Joomla\Platform |
Variables | |
const | JAUTHENTICATE_STATUS_SUCCESS = 1 |
const | JAUTHENTICATE_STATUS_CANCEL = 2 |
const | JAUTHENTICATE_STATUS_FAILURE = 4 |
const JAUTHENTICATE_STATUS_CANCEL = 2 |
Status to indicate cancellation of authentication (unused)
const JAUTHENTICATE_STATUS_FAILURE = 4 |
This is the status code returned when the authentication failed (prevent login if no success)
const JAUTHENTICATE_STATUS_SUCCESS = 1 |
This is the status code returned when the authentication is success (permit login)