Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
onUserTwofactorIdentify () | |
onUserTwofactorShowConfiguration ($otpConfig, $userId=null) | |
onUserTwofactorApplyConfiguration ($method) | |
onUserTwofactorAuthenticate ($credentials, $options) | |
Attributs protégés | |
$autoloadLanguage = true | |
$methodName = 'totp' | |
Joomla! Two Factor Authentication using Google Authenticator TOTP Plugin
onUserTwofactorApplyConfiguration | ( | $method | ) |
The save handler of the two factor configuration method's configuration page.
string | $method | The two factor auth method for which we'll show the config page |
onUserTwofactorAuthenticate | ( | $credentials, | |
$options | |||
) |
This method should handle any two factor authentication and report back to the subject.
array | $credentials | Array holding the user credentials |
array | $options | Array of extra options |
onUserTwofactorIdentify | ( | ) |
onUserTwofactorShowConfiguration | ( | $otpConfig, | |
$userId = null |
|||
) |
Shows the configuration page for this two factor authentication method.
object | $otpConfig | The two factor auth configuration object |
integer | $userId | The numeric user ID of the user whose form we'll display |
Références $html, $path, $url, $userId, FOFPlatform\getInstance(), et JLoader\import().
|
protected |
|
protected |