| Server IP : 85.158.181.41 / Your IP : 216.73.217.12 Web Server : Apache System : Linux cloud9-vm129 6.1.178+1-ph #ph SMP PREEMPT_DYNAMIC Wed Jul 29 09:00:54 UTC 2026 x86_64 User : moncbefd ( 1024) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/moncbefd/www.moneta.at/GXModules/Gambio/TwoFactorAuth/Shop/Html/ |
Upload File : |
{*
Template representing the configuration view
Parameters:
$step Current step
$message Message from message stack (optional)
$method Form submit method (optional)
$previous Link to the previous step (optional)
$next Link to the next step (optional)
$secret Secret for QR code (required for step 2, otherwise optional)
$issuer Issuer QR code (required for step 2, otherwise optional)
$user User name QR code (required for step 2, otherwise optional)
*}
{load_language_text section="twofactorauth" name="twofactorauth_text"}
{block name="twofactorauth_message"}
{include file="get_usermod:{$alert_message_template_path}" message=$message type="danger"}
{/block}
{block name="twofactorauth_configuration"}
{block name="twofactorauth_configuration_heading"}
{include file="get_usermod:GXModules/Gambio/TwoFactorAuth/Shop/Html/partials/heading.html"}
{/block}
{block name="twofactorauth_configuration_content"}
{if $step == 1}
{include
file="get_usermod:GXModules/Gambio/TwoFactorAuth/Shop/Html/partials/configuration-steps/step1.html"
next=$next
}
{/if}
{if $step == 2}
{include
file="get_usermod:GXModules/Gambio/TwoFactorAuth/Shop/Html/partials/configuration-steps/step2.html"
next=$next
secret=$secret
issuer=$issuer
user=$user
}
{/if}
{if $step == 3}
{include
file="get_usermod:GXModules/Gambio/TwoFactorAuth/Shop/Html/partials/configuration-steps/step3.html"
previous = $previous
next=$next
method=$method
}
{/if}
{/block}
{/block}