Overview
Welcome to Simple MFA
Customers
—
with a local credential
MFA Enrolled
—
Failures (24h)
—
failed login attempts
Theme installation
Two steps required to activate Simple MFA on your storefront.
Step 1 — Script Manager
Go to Storefront → Script Manager, add the script below. Set location to Footer and scope to All pages.
Store hash not available. Ensure the app was loaded via BigCommerce.
Step 2 — Theme base.html edit
Go to Storefront → My Themes → Advanced → Edit Theme Files, open templates/layout/base.html and paste this line anywhere inside the <head> tag. This makes the logged-in customer ID available to the script so the Security settings link can be injected into account pages.
{{#if customer}}<script>window.__smfaCustomerId={{customer.id}};</script>{{/if}}Re-apply after any theme update or theme switch, as updates overwrite edited files.
Secure login page
Checking…The BigCommerce native login form must be replaced to prevent customers bypassing Simple MFA — including when JavaScript is disabled.