Global link and new password email link not working
2 posts by 1 authors in: Forums > CMS Builder: Plugins & Add-ons
Last Post: November 16, 2010 (RSS)
By vickiev - November 16, 2010
It's me again...[crazy] having a problem with the Globals. I plan on using the signup form to add 300+ members to a client site so the members will receive an email with a new password. But the login link within the email is broken, it won't read 'domain.org/login.php' If I omit the forward slash, then the link reads 'domain.orglogin.php'
Here is the Global that is the problem:
$GLOBALS['WEBSITE_LOGIN_LOGIN_FORM_URL'] = '/login.php'; // url to login form
Can I place the full domain address instead? Any suggestions?
Here is the Global that is the problem:
$GLOBALS['WEBSITE_LOGIN_LOGIN_FORM_URL'] = '/login.php'; // url to login form
Can I place the full domain address instead? Any suggestions?
Re: [vickiev] Global link and new password email link not working
By vickiev - November 16, 2010
Never mind, figured out with the help of "The CMSB Cookbook"!
I just replaced the full global link with the actual domain link that I wanted.
I just replaced the full global link with the actual domain link that I wanted.