-
Notifications
You must be signed in to change notification settings - Fork 0
TOTP_Challenge
matdave edited this page Oct 11, 2022
·
1 revision
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>