Issues with PW Reset

The place to talk about things that are related to CMS Made simple, but don't fit anywhere else.
Post Reply
mpallett
New Member
New Member
Posts: 2
Joined: Mon Dec 11, 2017 2:18 pm

Issues with PW Reset

Post by mpallett »

Not sure where this question should go (also new to this).

I have a CMS install with JM Forum installed. It uses the Front-End users to control access to the forums as well as specific pages.

The password reset link works fine and the users get the email, but the provided link is missing the protocol. While I know to copy and paste the address, my users are stupid.

Here is a snip from the text in the body of the email:
above code, and reset your password:: //www.harvardsportsm
As you see it is missing http or https and when the link is selected, all browsers are defaulting to local host which doesn't work.

Any suggestions on where the the code is that controls the body of the email? Or what might be causing this?
User avatar
velden
Dev Team Member
Dev Team Member
Posts: 3479
Joined: Mon Nov 28, 2011 9:29 am
Location: The Netherlands

Re: Issues with PW Reset

Post by velden »

I think a quick fix would be to add the $config['root_url'] to your config.php. Or if it already exists add the protocol.

https://docs.cmsmadesimple.org/configur ... g_root_url
mpallett
New Member
New Member
Posts: 2
Joined: Mon Dec 11, 2017 2:18 pm

Re: Issues with PW Reset

Post by mpallett »

That fixed it. Not sure if that was the underlying issue or not, but I'm working. Appreciate the help.
Post Reply

Return to “The Lounge”