Page 1 of 1

[SOLVED] customer "forgot password" automatic email link not clickable

Posted: Wed Jun 18, 2025 10:10 am
by gunownergear
Hello, Using OC version 4.1.0.3 Doing some testing and found the automatic email sent to the customer when clicking "forgot password" link on my site sends the email ok and the link to reset the password is there, but it is not clickable. Instructions say to click on link...
I must be missing the setting for that or something. Any ideas?
Thanks,
Dan

Re: customer "forgot password" automatic email link not clickable

Posted: Wed Jun 18, 2025 4:15 pm
by ADD Creative
Doesn't look like the link is in HTML a tags.
https://github.com/opencart/opencart/bl ... en.twig#L5

Try.

Code: Select all

<a href="{{ reset }}">{{ reset }}</a><br/>

Re: customer "forgot password" automatic email link not clickable

Posted: Wed Jun 18, 2025 5:58 pm
by paulfeakins
gunownergear wrote:
Wed Jun 18, 2025 10:10 am
Hello, Using OC version 4.1.0.3
Might as well use 3.0.4.1 at this point.

Re: customer "forgot password" automatic email link not clickable

Posted: Thu Jun 19, 2025 6:26 am
by gunownergear
ADD Creative wrote:
Wed Jun 18, 2025 4:15 pm
Doesn't look like the link is in HTML a tags.
https://github.com/opencart/opencart/bl ... en.twig#L5

Try.

Code: Select all

<a href="{{ reset }}">{{ reset }}</a><br/>
Thank You ! Worked Perfect

Re: customer "forgot password" automatic email link not clickable

Posted: Thu Jun 19, 2025 9:07 pm
by paulfeakins
gunownergear wrote:
Thu Jun 19, 2025 6:26 am
Thank You ! Worked Perfect
I'll update this to [SOLVED].

Re: customer "forgot password" automatic email link not clickable

Posted: Fri Jun 20, 2025 5:24 am
by gunownergear
paulfeakins wrote:
Thu Jun 19, 2025 9:07 pm
gunownergear wrote:
Thu Jun 19, 2025 6:26 am
Thank You ! Worked Perfect
I'll update this to [SOLVED].
Thanks, I was going to do that, but I don't know how.