fusionauth-issues icon indicating copy to clipboard operation
fusionauth-issues copied to clipboard

Kickstart not usable because of default email templates added

Open avwie opened this issue 1 year ago • 2 comments

##Kickstart not usable because of default email templates added

Description

When using a Kickstart file a few "[FusionAuth Default] Two Factor" email templates are added automatically, with randomized guids. This makes it impossible to manage these files via a Kickstart file.

Observed versions

1.44

Affects versions

1.44

Steps to reproduce

Steps to reproduce the behavior:

  1. Create basic kickstart file
  2. Run FA
  3. Multiple email templates are automatically added

Expected behavior

No email templates available

avwie avatar May 28 '24 12:05 avwie

Thanks for filing this issue!

Does this behavior occur on the latest release (1.51.0)?

mooreds avatar Jun 05 '24 02:06 mooreds

In general we don't set up email templates when you are using Kickstart - or we shouldn't.

But in version 1.42.0 we did add two email templates with the following names.

  • [FusionAuth Default] Two Factor Authentication Method Added
  • [FusionAuth Default] Two Factor Authentication Method Removed

And it looks like these are being added regardless if you use Kickstart, so this may be a bug. Can you confirm which templates you are seeing added?

The reason we don't want to ship any default templates when you're using kickstart is that we want you to customize them and make them your own. So separate from us making a change for these templates, I would suggest you create these yourself in kickstart.

Thanks for letting us know!

robotdan avatar Jun 07 '24 01:06 robotdan

@avwie this was fixed as a side effect of other feature work in FusionAuth version 1.53.0, and is not reproducible in versions 1.53.0 and later.

andrewpai avatar Dec 31 '24 19:12 andrewpai