<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title>Website Membership</title>
        <link>https://interactivetools.com/forum/forum-posts.php?Website-Membership-79335</link>
        <description></description>
        <pubDate>Mon, 07 Sep 2026 15:07:27 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-posts.php?rss=1&amp;Website-Membership-79335" rel="self" type="application/rss+xml" />

                <item>
          <title>Website Membership</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2233331#post2233331</link>
          <description><![CDATA[<p>Thanks Greg - that should do it.</p>]]></description>
          <pubDate>Thu, 27 Feb 2014 12:30:14 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2233331#post2233331</guid>
        </item>
                <item>
          <title>Website Membership</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2233322#post2233322</link>
          <description><![CDATA[<p>Hi Craig,</p>
<p>I'm guessing that you want a user to initially be taken to the edit profile page, then have a link to change their password on a separate page? </p>
<p>The best way to do this would be to add your own global to the top of website membership for the password page:</p>
<p><code>// UPDATE THESE VALUES<br />$GLOBALS['WEBSITE_LOGIN_LOGIN_FORM_URL']  = '/login.php';                 // url to login form<br />$GLOBALS['WEBSITE_LOGIN_SIGNUP_URL']      = '/signup.php';                // signup url linked to from the login page<br />$GLOBALS['WEBSITE_LOGIN_REMINDER_URL']    = '/user-password-request.php';      // password reminder url linked to from the login page<br />$GLOBALS['WEBSITE_LOGIN_RESET_URL']       = '/user-password-reset.php';        // password reminder url linked to from the login page<br />$GLOBALS['WEBSITE_LOGIN_PROFILE_URL']     = '/acct/acct-ep.php';               // url to "edit my profile" page<br />$GLOBALS['WEBSITE_LOGIN_PASSWORD_URL']    = '/acct/acct-cp.php';                //The url required to access the edit password page<br />$GLOBALS['WEBSITE_LOGIN_REQUIRED_FIELDS'] = array('agree_tos','agree_legal');  // if user is logged in and any of these fields exist and are blank (or zero) they will be redirected to the profile url with ?missing_fields=1 set<br /></code></p>
<p>Now on your user profile page you can have a link to the change password page using something like this:</p>
<p><code>&lt;a href="&lt;?php echo $GLOBALS['WEBSITE_LOGIN_PASSWORD_URL']; ?&gt;" &gt;Change your password&lt;/a&gt;</code></p>
<p>Creating the change password page should be fairly straight forward. The websiteMembership code generator for the user profile page already separates the change password and update user details into different forms. So it's just a case of copying the appropriate form and php code into acct-cp.php.</p>
<p>Let me know if you have any questions!</p>
<p>Cheers!</p>
<p>Greg</p>]]></description>
          <pubDate>Wed, 26 Feb 2014 11:01:00 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2233322#post2233322</guid>
        </item>
                <item>
          <title>Website Membership</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2233301#post2233301</link>
          <description><![CDATA[<p>Hi Guys -</p>
<p>I am using the website membership plug-in (1.10) and I wondered if there was a way to separate the update pages for your login profile and your password so I could have that go to two separate pages.</p>
<p>The code below comes from websitememberships.php and I wanted to define two separate pages /acct/acct-cp.php for updating your password and /acct/acct-ep.php for updating your profile.</p>
<p>// UPDATE THESE VALUES<br />$GLOBALS['WEBSITE_LOGIN_LOGIN_FORM_URL']  = '/home-login.php';                 // url to login form<br />$GLOBALS['WEBSITE_LOGIN_SIGNUP_URL']      = '';                                   // signup url linked to from the login page<br />$GLOBALS['WEBSITE_LOGIN_REMINDER_URL']    = '/user-password-request.php';      // password reminder url linked to from the login page<br />$GLOBALS['WEBSITE_LOGIN_RESET_URL']       = '/user-password-reset.php';        // password reminder url linked to from the login page<br />$GLOBALS['WEBSITE_LOGIN_PROFILE_URL']     = '/acct/acct-cp.php';               // url to "edit my profile" page<br />$GLOBALS['WEBSITE_LOGIN_REQUIRED_FIELDS'] = array('agree_tos','agree_legal');  // if user is logged in and any of these fields exist and are blank (or zero) they will be redirected to the profile url with ?missing_fields=1 set<br /><br /></p>
<p>Thanks as always for your help!</p>]]></description>
          <pubDate>Tue, 25 Feb 2014 12:04:20 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2233301#post2233301</guid>
        </item>
              </channel>
    </rss>
  