<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: Using the Password field in gform_post_submission</title>
		<link>https://legacy.forums.gravityhelp.com/topic/using-the-password-field-in-gform_post_submission</link>
		<description>Gravity Support Forums Topic: Using the Password field in gform_post_submission</description>
		<language>en-US</language>
		<pubDate>Mon, 06 Apr 2026 08:32:30 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/using-the-password-field-in-gform_post_submission" rel="self" type="application/rss+xml" />

		<item>
			<title>somacorellc on "Using the Password field in gform_post_submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-the-password-field-in-gform_post_submission#post-28233</link>
			<pubDate>Tue, 21 Jun 2011 09:47:02 +0000</pubDate>
			<dc:creator>somacorellc</dc:creator>
			<guid isPermaLink="false">28233@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That's exactly what I needed, thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex Cancado on "Using the Password field in gform_post_submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-the-password-field-in-gform_post_submission#post-28200</link>
			<pubDate>Mon, 20 Jun 2011 15:35:01 +0000</pubDate>
			<dc:creator>Alex Cancado</dc:creator>
			<guid isPermaLink="false">28200@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, the User Registration Add-On deletes the password field as soon as the user is created.&#60;br /&#62;
What you can do is change the priority of your gform_post_submission hook so that it fires before the User Registration's hook.&#60;br /&#62;
You can do that by changing the third parameter to a number lower than 10. See below:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_action(&#38;quot;gform_post_submission&#38;quot;, &#38;quot;execute_before_user_registration&#38;quot;, 9, 2);&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>somacorellc on "Using the Password field in gform_post_submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-the-password-field-in-gform_post_submission#post-28162</link>
			<pubDate>Mon, 20 Jun 2011 09:22:58 +0000</pubDate>
			<dc:creator>somacorellc</dc:creator>
			<guid isPermaLink="false">28162@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey guys,&#60;/p&#62;
&#60;p&#62;I wrote some PHP that hooks into gform_post_submission and is used to register the newly created user on my Piwik installation (it's an analytics engine). To do this I'm using the Piwik API. I've verified everything works fine as a standalone service, but when I hook it into gform_post_submission I get an error from the Piwik API that says &#34;no value specified for password.&#34; (as a result the user is not created in Piwik.)&#60;/p&#62;
&#60;p&#62;I read in another post that the password is deleted as soon as the user is created, but I'd like to have it stick around long enough that I can use it elsewhere. &#60;/p&#62;
&#60;p&#62;Help?&#60;/p&#62;
&#60;p&#62;Edit: My sign up page is here: &#60;a href=&#34;http://cola.sc/sign-up/&#34; rel=&#34;nofollow&#34;&#62;http://cola.sc/sign-up/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I've temporarily 'fixed' this issue by assigning the password to be the same as the user's email address. If I can't use their password, I'll just remove that field altogether and change the email that goes out.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
