<?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[Password forgot &#x2F; sent extra parameters]]></title><description><![CDATA[<p dir="auto">Hi!</p>
<p dir="auto">I was wondering if the "forgot" action api call by the page "passwordForgot.ftl" could have some extra parameters.</p>
<p dir="auto">I have a few get parameters to send to the password sent page.<br />
I tried a hidden input but it doesn't appear in the link afterwards.</p>
<p dir="auto">Can someone provide any help on that matter?</p>
<pre><code class="language-html">&lt;form action="forgot" method="POST"&gt;
 [@helpers.oauthHiddenFields/]
 &lt;input type="hidden" id="echinoparam" name="echinoparam" value="value" /&gt;
 [@helpers.input type="text" name="email" id="email" autocapitalize="none" autofocus=true autocomplete="on" autocorrect="off" label=theme.message('email') leftAddon="user" required=true/]
 [@helpers.button icon="arrow-right" text=theme.message('submit')/]
&lt;/form&gt;
</code></pre>
]]></description><link>https://fusionauth.io/community/forum/topic/2792/password-forgot-sent-extra-parameters</link><generator>RSS for Node</generator><lastBuildDate>Tue, 19 May 2026 04:07:19 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/topic/2792.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 28 Oct 2024 15:41:46 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Password forgot &#x2F; sent extra parameters on Wed, 30 Oct 2024 12:36:14 GMT]]></title><description><![CDATA[<p dir="auto">Not the best way of doing that but found that you could inject some stuff in <a href="http://metaData.device.name" rel="nofollow ugc">metaData.device.name</a></p>
<pre><code class="language-html"> &lt;input type="hidden" name="metaData.device.name" value="_${request.getParameter('someparam')}" /&gt;
</code></pre>
<p dir="auto">I can later retrieve it and parse it and assign it</p>
<pre><code>[#assign someparam=request.getParameter("metaData.device.name")?split("_")?last]
</code></pre>
]]></description><link>https://fusionauth.io/community/forum/post/7594</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/7594</guid><dc:creator><![CDATA[echino]]></dc:creator><pubDate>Wed, 30 Oct 2024 12:36:14 GMT</pubDate></item></channel></rss>