Skip to content
matdave edited this page Oct 12, 2022 · 3 revisions

Time-based One Time Password

Twilio Verify can be used to add Time-base One Time Passwords (TOTP) to your MODX site when either combined with the Login / Register snippet or by using it with MODX Manager users.

System Settings

key description
twilio.account_sid Twilio Account SID - Found under Account Info here https://console.twilio.com/
twilio.account_token Twilio Auth Token - Found under Account Info here https://console.twilio.com/
twilio.service_id Twilio Service ID - Found under Services Page here https://console.twilio.com/us1/develop/verify/services
twilio.totp_enforce Enforce 2FA for all users
twilio.totp_email_on_login Email a code to the user when they login
twilio.totp_challenge_page Page ID of the challenge page

Login Flow

Login Flow