You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The template created if you don't use Kickstart is:
Name: [FusionAuth Default] Two Factor Authentication
Default subject: Your second factor code
<p>
To complete your login request, enter this one-time code code on the login form when prompted.
</p><p><strong>${code}</strong></p>
- FusionAuth Admin
To complete your login request, enter this one-time code code on the login form when prompted.
${code}
- FusionAuth Admin
The email templates at https://github.com/FusionAuth/fusionauth-example-kickstart/tree/main/fusionauth/emails do not include a template for two factor authentication.
The templates should be added to the folder above, along with updating the example Kickstart JSON file at https://github.com/FusionAuth/fusionauth-example-kickstart/blob/main/fusionauth/kickstart-development.json to use them.
The text was updated successfully, but these errors were encountered: