Page 1 of 1

Issues with PW Reset

Posted: Mon Dec 11, 2017 2:33 pm
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?

Re: Issues with PW Reset

Posted: Tue Dec 12, 2017 12:32 pm
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

Re: Issues with PW Reset

Posted: Tue Dec 12, 2017 1:25 pm
by mpallett
That fixed it. Not sure if that was the underlying issue or not, but I'm working. Appreciate the help.