<?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: Users not getting their password</title>
		<link>https://legacy.forums.gravityhelp.com/topic/users-not-getting-their-password</link>
		<description>Gravity Support Forums Topic: Users not getting their password</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 15:25:05 +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/users-not-getting-their-password" rel="self" type="application/rss+xml" />

		<item>
			<title>wesleyshaw on "Users not getting their password"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/users-not-getting-their-password#post-43186</link>
			<pubDate>Mon, 05 Dec 2011 21:36:15 +0000</pubDate>
			<dc:creator>wesleyshaw</dc:creator>
			<guid isPermaLink="false">43186@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Reuben, that worked brilliantly. Thanks for sharing.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>reubenmoes on "Users not getting their password"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/users-not-getting-their-password#post-33747</link>
			<pubDate>Sun, 28 Aug 2011 22:48:04 +0000</pubDate>
			<dc:creator>reubenmoes</dc:creator>
			<guid isPermaLink="false">33747@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I had this problem too, and I thought I would post what I found.  I had found a script to auto-log in users after they register.   This script was added to the functions.php file.&#60;/p&#62;
&#60;p&#62;Before: &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function new_user_registered( $user_id ) {
   wp_set_auth_cookie( $user_id, false, is_ssl() );
  wp_redirect( &#38;#39;/upload&#38;#39; );
  exit;
}
add_action( &#38;#39;user_register&#38;#39;, &#38;#39;new_user_registered&#38;#39; );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;After (don't have the meta problem anymore):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function new_user_registered( $user_id ) {
	wp_set_auth_cookie( $user_id, false, is_ssl() );
}
add_action( &#38;#39;user_register&#38;#39;, &#38;#39;new_user_registered&#38;#39; );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I assume this is because the plugin adds the user, then updates the user.  If you have a hook that redirects the user after they register, none of the meta tags will get updated.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Users not getting their password"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/users-not-getting-their-password#post-30662</link>
			<pubDate>Thu, 21 Jul 2011 12:34:15 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">30662@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@Eduardo I'm not sure what you are referring to.  You shouldn't have to create forms multiple times.  You would create your form, then go to the User Registration Add-On and create a new User Registration Feed and select that form when doing so.  Is this not working for you?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Eduardo Zamora on "Users not getting their password"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/users-not-getting-their-password#post-30638</link>
			<pubDate>Thu, 21 Jul 2011 10:12:50 +0000</pubDate>
			<dc:creator>Eduardo Zamora</dc:creator>
			<guid isPermaLink="false">30638@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;How do i match the ids??? i mean i have create the form 2 times already and recreated the user registration and link them... and still doesnt work :(
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Hiranthi on "Users not getting their password"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/users-not-getting-their-password#post-27172</link>
			<pubDate>Tue, 07 Jun 2011 07:05:14 +0000</pubDate>
			<dc:creator>Hiranthi</dc:creator>
			<guid isPermaLink="false">27172@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Never done anything like that, so that's not the case here. I'm just hoping it won't happen again, now I've got it working again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Users not getting their password"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/users-not-getting-their-password#post-26746</link>
			<pubDate>Wed, 01 Jun 2011 16:16:30 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">26746@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We've had a few reports of this usually caused by an the user re-importing the form and form getting auto-updated to a new ID. Since the add-on feeds are ID based, they are no longer matched correctly. We will be making &#34;broken&#34; feeds more obvious in a new release.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Hiranthi on "Users not getting their password"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/users-not-getting-their-password#post-26740</link>
			<pubDate>Wed, 01 Jun 2011 16:02:29 +0000</pubDate>
			<dc:creator>Hiranthi</dc:creator>
			<guid isPermaLink="false">26740@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Haven't had time to reply any sooner, but apparently saving the feed again did the trick.&#60;/p&#62;
&#60;p&#62;I have no idea what happened, the conditional logic (not registering unless field X had value Y) was gone, all other settings were as they should have been.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Users not getting their password"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/users-not-getting-their-password#post-26709</link>
			<pubDate>Wed, 01 Jun 2011 12:25:30 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">26709@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Illutic,&#60;/p&#62;
&#60;p&#62;Have you recently imported or exported any of your forms? If so, your form may have a new ID and not be correctly mapped to the original User Registration feed you created.&#60;/p&#62;
&#60;p&#62;If the User Registration is mapped to the correct form, go ahead and send me a login to your WP admin and FTP account so I can take a look.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Hiranthi on "Users not getting their password"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/users-not-getting-their-password#post-26688</link>
			<pubDate>Wed, 01 Jun 2011 09:04:05 +0000</pubDate>
			<dc:creator>Hiranthi</dc:creator>
			<guid isPermaLink="false">26688@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hmm.. apparently the whole User Registration feed isn't working anymore. Yes, the user does get created, but other fields mapped to the user (first name, last name) aren't filled and the Role doesn't match the one of the UR-feed either.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Hiranthi on "Users not getting their password"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/users-not-getting-their-password#post-26687</link>
			<pubDate>Wed, 01 Jun 2011 08:52:41 +0000</pubDate>
			<dc:creator>Hiranthi</dc:creator>
			<guid isPermaLink="false">26687@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;When a user registers on my site they aren't receiving the default WP-user email with their password. Since passwords are generated they have to reset their passwords before they can login to the site.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
