<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Topics tagged with templates]]></title><description><![CDATA[A list of topics that have been tagged with templates]]></description><link>https://fusionauth.io/community/forum/tags/templates</link><generator>RSS for Node</generator><lastBuildDate>Tue, 18 Aug 2026 14:15:40 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/tags/templates.rss" rel="self" type="application/rss+xml"/><pubDate>Invalid Date</pubDate><ttl>60</ttl><item><title><![CDATA[Email Template URL Calculation]]></title><description><![CDATA[<p dir="auto">A couple of options:</p>


<p dir="auto">You could optionally configure a different template for each tenant so you could hard code the correct URL in each template.</p>


<p dir="auto">You could also add the correct URL to the tenant.data and then pull it out in the template during render so you could use the same template across tenants.</p>


<p dir="auto">If the state parameter is working well for you for other APIs, you could open a feature request in GH to add this to the API in question.</p>


]]></description><link>https://fusionauth.io/community/forum/topic/947/email-template-url-calculation</link><guid isPermaLink="true">https://fusionauth.io/community/forum/topic/947/email-template-url-calculation</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Can you use the same template for the forgot password and send password emails?]]></title><description><![CDATA[<blockquote>
<p dir="auto">Since both APIs are technically the same, is there a way to use the email template defined for the Setup Password with the Forgot Password API?</p>
</blockquote>
<p dir="auto">Yes. Navigate to 'Tenants -&gt; your tenant -&gt; Email' and you can set 'Setup password' and 'Forgot password' to be the same template.</p>
<p dir="auto">There may be template variable differences, please consult the documentation and ensure you are checking for existence before you rely on them:</p>
<p dir="auto"><a href="https://fusionauth.io/docs/v1/tech/email-templates/email-templates/#setup-password" rel="nofollow ugc">https://fusionauth.io/docs/v1/tech/email-templates/email-templates/#setup-password</a></p>
<p dir="auto"><a href="https://fusionauth.io/docs/v1/tech/email-templates/email-templates/#change-password" rel="nofollow ugc">https://fusionauth.io/docs/v1/tech/email-templates/email-templates/#change-password</a></p>
]]></description><link>https://fusionauth.io/community/forum/topic/878/can-you-use-the-same-template-for-the-forgot-password-and-send-password-emails</link><guid isPermaLink="true">https://fusionauth.io/community/forum/topic/878/can-you-use-the-same-template-for-the-forgot-password-and-send-password-emails</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[How can I get the client_id in my email template?]]></title><description><![CDATA[<p dir="auto">I figured it out…. I just had to put state.client_id in parens so it resolved them together.</p>
[#assign clientId = (state.client_id?string)!"dafb6ef6-a2a8-4d34-9d69-59bfed3e31aa" /]

]]></description><link>https://fusionauth.io/community/forum/topic/345/how-can-i-get-the-client_id-in-my-email-template</link><guid isPermaLink="true">https://fusionauth.io/community/forum/topic/345/how-can-i-get-the-client_id-in-my-email-template</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[When using kickstart are there any email templates included?]]></title><description><![CDATA[<p dir="auto">Kickstart does not load any templates by default. You will need to create any template you’d like in your initial configuration.</p>
<p dir="auto">Outside of kickstart we do build some default templates. In Kickstart, no templates.</p>
<p dir="auto">Here's the email templates we ship with if you want to add them to your Kickstart: <a href="https://fusionauth.io/docs/v1/tech/email-templates/email-templates#templates-replacement-variables" rel="nofollow ugc">https://fusionauth.io/docs/v1/tech/email-templates/email-templates#templates-replacement-variables</a></p>
]]></description><link>https://fusionauth.io/community/forum/topic/87/when-using-kickstart-are-there-any-email-templates-included</link><guid isPermaLink="true">https://fusionauth.io/community/forum/topic/87/when-using-kickstart-are-there-any-email-templates-included</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Can you access timeout settings (for password resets, for example) in the email templates?]]></title><description><![CDATA[<p dir="auto">See also <a href="https://github.com/FusionAuth/fusionauth-issues/issues/612" rel="nofollow ugc">https://github.com/FusionAuth/fusionauth-issues/issues/612</a></p>
]]></description><link>https://fusionauth.io/community/forum/topic/60/can-you-access-timeout-settings-for-password-resets-for-example-in-the-email-templates</link><guid isPermaLink="true">https://fusionauth.io/community/forum/topic/60/can-you-access-timeout-settings-for-password-resets-for-example-in-the-email-templates</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Does template localization include the freemarker date and time built-in function?]]></title><description><![CDATA[<p dir="auto">Yes. Set the locale in the template and this will display the correct values, for example the month name.</p>
<p dir="auto">More on freemarker here: <a href="https://freemarker.apache.org/docs/" rel="nofollow ugc">https://freemarker.apache.org/docs/</a></p>
<p dir="auto">Here's how to set the locale in a template: <a href="https://freemarker.apache.org/docs/ref_directive_setting.html" rel="nofollow ugc">https://freemarker.apache.org/docs/ref_directive_setting.html</a></p>
]]></description><link>https://fusionauth.io/community/forum/topic/59/does-template-localization-include-the-freemarker-date-and-time-built-in-function</link><guid isPermaLink="true">https://fusionauth.io/community/forum/topic/59/does-template-localization-include-the-freemarker-date-and-time-built-in-function</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>