FusionAuth / fusionauth-issues

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

Kickstart not usable because of default email templates added #2763

Open avwie opened 1 month ago

avwie commented 1 month ago

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

mooreds commented 3 weeks ago

Thanks for filing this issue!

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

robotdan commented 3 weeks ago

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.

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!