Rifts Posted September 17, 2019 Share Posted September 17, 2019 Hello there, When users forget their passwords, they request the password reset. when they click the link, they get the actual WHMCS link but I need to direct them to somewhere else. I was wondering if there was any way to change it. For example, the email says https://Example.com/billing/index.php?rp=/password/reset/use/key/9693989446cfb721a60ac4d6453ebe1ae1b0ab8c47967cca3914ebfbc7683867 I need it to use the WHMCS bridge, which would be: https://eExample.com/whmcs-bridge/index.php?rp=/password/reset/use/key/9693989446cfb721a60ac4d6453ebe1ae1b0ab8c47967cca3914ebfbc7683867 # As you can see, instead of using Example.com/billing/LINK , I would need to use Example.com/whmcs-bridge/LINK I know I am using the WHMCS Bridge plugin but I actually need help with WHMCS and changing links, so please, don't just say I need to ask the plugin developer. Thanks, Sam Jackaman 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted September 19, 2019 Share Posted September 19, 2019 Hi Sam, On 17/09/2019 at 20:37, Rifts said: I know I am using the WHMCS Bridge plugin but I actually need help with WHMCS and changing links, so please, don't just say I need to ask the plugin developer. you need to ask the plugin developer... sorry, couldn't resist. 😛 the simplest solution would be to edit the email template and change... {$client_email_verification_link} to... {$client_email_verification_link|replace:'/billing/':'/whmcs-bridge/'} 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.