{* Template representing the login token prompt Parameters: $url Form submit URL $method Form submit method $message Message from message stack (optional) *} {load_language_text section="login" name="login_text"} {load_language_text section="twofactorauth" name="twofactorauth_text"} {block name="twofactorauth_message"} {include file="get_usermod:{$tpl_path}snippets/alert_message.html" message=$message type="danger"} {/block} {block name="twofactorauth_login"} {block name="twofactorauth_login_heading"}

{$login_text.heading_login}

{/block} {block name="twofactorauth_login_content"}
{$twofactorauth_text.login_token_prompt}
{/block} {block name="twofactorauth_login_script"} {/block} {/block}