PlgTwofactorauthTotp::onUserTwofactorShowConfiguration
Shows the configuration page for this two factor authentication method.
Signature
public function onUserTwofactorShowConfiguration(
$otpConfig,
[integer
$user_id = null] )
Parameters
-
$otpConfig
- The two factor auth configuration object
-
$user_id
- The numeric user ID of the user whose form we'll display
Returns
- boolean|string
- False if the method is not ours, the HTML of the configuration page otherwise