<?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: Multiple User Registration</title>
		<link>https://legacy.forums.gravityhelp.com/topic/multiple-user-registration</link>
		<description>Gravity Support Forums Topic: Multiple User Registration</description>
		<language>en-US</language>
		<pubDate>Thu, 23 Apr 2026 01:50: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/multiple-user-registration" rel="self" type="application/rss+xml" />

		<item>
			<title>jacquesbez on "Multiple User Registration"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-user-registration#post-31996</link>
			<pubDate>Mon, 08 Aug 2011 10:28:12 +0000</pubDate>
			<dc:creator>jacquesbez</dc:creator>
			<guid isPermaLink="false">31996@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks David&#60;br /&#62;
Worked :)&#60;br /&#62;
Appreciate your help
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Multiple User Registration"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-user-registration#post-31993</link>
			<pubDate>Mon, 08 Aug 2011 09:20:17 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">31993@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Jacquez,&#60;/p&#62;
&#60;p&#62;You are correct that the email validation will always happen, but using the &#60;strong&#62;gform_user_registration_validation&#60;/strong&#62; hook, you can override the default validation for any field. I downloaded the plugin and was able to get it working on my localhost with the following snippet. Paste this in your theme's functions.php file and be sure to update the form ID as specified in the code:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://pastie.org/2339194&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/2339194&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Let me know how it goes. :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jacquesbez on "Multiple User Registration"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-user-registration#post-31987</link>
			<pubDate>Mon, 08 Aug 2011 06:12:04 +0000</pubDate>
			<dc:creator>jacquesbez</dc:creator>
			<guid isPermaLink="false">31987@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi David,&#60;br /&#62;
 I tried with Gform_user_registration_validation hook but its not working to disable the check for existence of email address.&#60;/p&#62;
&#60;p&#62; When I looked at userregistration.php, I noticed that the check for existence of email address is done much before this hook is called.&#60;/p&#62;
&#60;p&#62;Line no 1689 ($email_exists = email_exists($user_email);) and line no 1714 (if($email_exists)) is where email address is checked but the hook is executed later at line number 1724 ($form = apply_filters('gform_user_registration_validation', $form, $config, $pagenum);).&#60;br /&#62;
So email validation will always trigger&#60;/p&#62;
&#60;p&#62;Any suggestion how to override the check for existence of email address without making changes in userregistration.php
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Multiple User Registration"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-user-registration#post-30892</link>
			<pubDate>Mon, 25 Jul 2011 13:05:06 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">30892@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Jacquez, interesting plugin. For now, you should be able to override the validation failure with the gform_user_registration_validation hook:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_user_registration_validation&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_user_registration_validation&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I will take a look at this plugin and see what would be involved for a more elegant solution.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jacquesbez on "Multiple User Registration"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-user-registration#post-30859</link>
			<pubDate>Mon, 25 Jul 2011 03:50:06 +0000</pubDate>
			<dc:creator>jacquesbez</dc:creator>
			<guid isPermaLink="false">30859@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm using a WP Plugin - &#60;a href=&#34;http://wordpress.org/extend/plugins/allow-multiple-accounts/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/allow-multiple-accounts/&#60;/a&#62; - in order to allow Users to register multiple usernames with 1 e-mail address.&#60;/p&#62;
&#60;p&#62;I'm also using GF Registration plugin to register a user when he submits his 1st article.&#60;/p&#62;
&#60;p&#62;The WP plugin works 100% but if I complete the GF Form it tells me the e-mail address already exists.  This means that GF is overriding the WP plugin script.&#60;/p&#62;
&#60;p&#62;Is there any way I can turn of the GF option to check if the e-mail already exist.  In my case the user must be able to create several usernames with 1 email address
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
