<?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: Urgent - User Registration forcing email to be unique</title>
		<link>https://legacy.forums.gravityhelp.com/topic/urgent-user-registration-forcing-email-to-be-unique</link>
		<description>Gravity Support Forums Topic: Urgent - User Registration forcing email to be unique</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 03:26:36 +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/urgent-user-registration-forcing-email-to-be-unique" rel="self" type="application/rss+xml" />

		<item>
			<title>Dana Cobb on "Urgent - User Registration forcing email to be unique"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/urgent-user-registration-forcing-email-to-be-unique#post-80642</link>
			<pubDate>Fri, 12 Oct 2012 16:50:40 +0000</pubDate>
			<dc:creator>Dana Cobb</dc:creator>
			<guid isPermaLink="false">80642@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There was a Priority Support ticket for this as well. I am closing this post and have replied to the Priority Support ticket.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>zerotofive on "Urgent - User Registration forcing email to be unique"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/urgent-user-registration-forcing-email-to-be-unique#post-80584</link>
			<pubDate>Fri, 12 Oct 2012 12:23:25 +0000</pubDate>
			<dc:creator>zerotofive</dc:creator>
			<guid isPermaLink="false">80584@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Let me rephrase my question - sorry.  How do I disable User Registration altogether on a specific form using a hook if a condition is met?  I do not want it to add a new user.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Urgent - User Registration forcing email to be unique"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/urgent-user-registration-forcing-email-to-be-unique#post-80545</link>
			<pubDate>Fri, 12 Oct 2012 10:24:45 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">80545@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sorry, you are looking to stop the e-mail address from being unique in terms of the User Registration add-on? WordPress itself has required non-duplicate e-mail addresses since around version 2.8 as seen here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://core.trac.wordpress.org/changeset/10990&#34; rel=&#34;nofollow&#34;&#62;http://core.trac.wordpress.org/changeset/10990&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>zerotofive on "Urgent - User Registration forcing email to be unique"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/urgent-user-registration-forcing-email-to-be-unique#post-80456</link>
			<pubDate>Fri, 12 Oct 2012 04:32:39 +0000</pubDate>
			<dc:creator>zerotofive</dc:creator>
			<guid isPermaLink="false">80456@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I tried this thinking it would work but no luck either:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_action(&#38;#39;gform_user_registration_validation&#38;#39;, &#38;#39;gf_us_validate_user_registration&#38;#39;, 10, 3);
		function gf_us_validate_user_registration($form, $config, $pagenum){
			//Disable validation of email by User Registration Plugin
			$validation_result[&#38;#39;is_valid&#38;#39;] = true;
			return $form;
		}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Still stuck.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>zerotofive on "Urgent - User Registration forcing email to be unique"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/urgent-user-registration-forcing-email-to-be-unique#post-80454</link>
			<pubDate>Fri, 12 Oct 2012 04:26:58 +0000</pubDate>
			<dc:creator>zerotofive</dc:creator>
			<guid isPermaLink="false">80454@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I need to override the processing of the duplicate email in the User Registration plugin.  Here is a snippet from the User Registration code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$form = apply_filters(&#38;#39;gform_user_registration_validation&#38;#39;, $form, $config, $pagenum);

        $validation_result[&#38;quot;is_valid&#38;quot;] = self::is_form_valid($form);
        $validation_result[&#38;quot;form&#38;quot;] = $form;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;It doesnt look like the gform_user_registration_validation hook allows you to force validate the $validation_result.  Is there a way to override this? - I need to find a way to do this without hacking the core of the User Registration plugin.  I am on the v 1.5 beta so I do have access to the gform_disable_registration hook as well but it does not appear that this is what Im looking for either.&#60;/p&#62;
&#60;p&#62;Please help asap - I need to figure this out for a client deadline.  Thank you!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
