FusionAuth / fusionauth-issues

FusionAuth issue submission project
https://fusionauth.io
90 stars 12 forks source link

[Bug]: SMS Two Factor messages will always use the template configured on the tenant even if an application-level template is configured. #2728

Closed lyleschemmerling closed 2 months ago

lyleschemmerling commented 2 months ago

What happened?

There are two places where a template for SMS two-factor codes can be configured: the Tenant and the Application. However, if a template is configured on the application instead of the default (null) value of "No Template Selected. The tenant configuration will be used." The application-level template is ignored. The template that is rendered is always the one that is set on the tenant multi-factor configuration.

Version

1.50.0

Affects Versions