Skip to content

TOTP_Challenge

matdave edited this page Oct 11, 2022 · 1 revision

Sample Challenge Page

Create a challenge page and set the system setting twilio.totp_challenge_page to the page ID.

[[!FormIt?
    &hooks=`TwilioTOTPChallenge,TwilioVerify`
    &twilioRedirect=`4` // ID of the page to redirect to after verification
    &twilioFactorType=`totp`
    &validate=`code:required`
]]
<form method="post">
    <label>
        Enter 2FA Code
        <input name="code" value="" />
    </label>
    <button type="submit">Submit</button>
</form>