<?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: Multisite uses wp-signup.php, custom_registration_page() fails</title>
		<link>https://legacy.forums.gravityhelp.com/topic/multisite-uses-wp-signupphp-custom_registration_page-fails</link>
		<description>Gravity Support Forums Topic: Multisite uses wp-signup.php, custom_registration_page() fails</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 05:22:13 +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/multisite-uses-wp-signupphp-custom_registration_page-fails" rel="self" type="application/rss+xml" />

		<item>
			<title>David Smith on "Multisite uses wp-signup.php, custom_registration_page() fails"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multisite-uses-wp-signupphp-custom_registration_page-fails#post-47012</link>
			<pubDate>Fri, 20 Jan 2012 17:14:29 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">47012@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi thelight,&#60;/p&#62;
&#60;p&#62;On line 473, you'll see the link is still pointing to &#34;/wp-login.php?action=register&#34;. The redirect that happens after they arrive at the page should not prevent the custom_registration_page() function from catching the original request for &#34;/wp-login.php?action=register&#34; and correctly redirecting to the custom registration page.&#60;/p&#62;
&#60;p&#62;I've tested this locally and was unable to recreate the issue. If you are still able to recreate this issue, would you mind sending me FTP access and a WP login so I can take a look at what might be causing the issue?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thelight on "Multisite uses wp-signup.php, custom_registration_page() fails"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multisite-uses-wp-signupphp-custom_registration_page-fails#post-46673</link>
			<pubDate>Wed, 18 Jan 2012 02:49:12 +0000</pubDate>
			<dc:creator>thelight</dc:creator>
			<guid isPermaLink="false">46673@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We're running a Multi-Site environment powered by WordPress 3.3, the registration process is redirected towards &#60;code&#62;wp-signup.php&#60;/code&#62;, even when accessing &#60;code&#62;wp-login.php?action=register&#60;/code&#62;, so naturally the latest version of the addon (1.2.11) does not redirect properly. &#60;code&#62;function custom_registration_page()&#60;/code&#62; contains a &#60;code&#62;$script_name != &#38;#39;wp-login.php&#38;#39; &#124;&#124; $action != &#38;#39;register&#38;#39;)&#60;/code&#62; that will evaluate to &#60;code&#62;true&#60;/code&#62; and &#60;code&#62;return&#60;/code&#62; thus no redirection for us. Had to add an additional &#60;code&#62;$script_name != &#38;#39;p-signup.php&#38;#39;&#60;/code&#62; condition to let the hook fall through.&#60;/p&#62;
&#60;p&#62;And we then did realize that &#60;code&#62;wp-login.php @line 481&#60;/code&#62; &#60;a href=&#34;http://core.trac.wordpress.org/browser/tags/3.3.1/wp-login.php#L481&#34; rel=&#34;nofollow&#34;&#62;http://core.trac.wordpress.org/browser/tags/3.3.1/wp-login.php#L481&#60;/a&#62; explicitly says: &#60;code&#62;// Multisite uses wp-signup.php&#60;/code&#62;, so either we're missing something here (although a search for 'signup.php' does not yield results inside the Gravity Forms addon code) or this feature of the addon does not function properly with Multisite.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
