Kickstart not usable because of default email templates added
##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:
- Create basic kickstart file
- Run FA
- Multiple email templates are automatically added
Expected behavior
No email templates available
Thanks for filing this issue!
Does this behavior occur on the latest release (1.51.0)?
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!
@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.