Port 80 is default, why access the site at “site.com:80”? You may remove the port number in the URL and the link will be correct for both http and https.
If the site is SSL enabled, the generated url should be like: “h t t p s://…:443/”. For non-SSL the url will be “h t t p://…:80/”. Check the function DomainUrl() in phpfn.php.
When I use the reset password link it sends me back to the login page, the link does have the correct content I think.mysite/resetpassword?action=reset&user=Fons&code=nyJhr_abx54.Which direction am I looking to solve it?thank you
The page does redirect user to the login page for user to login. Do you see success (email sent to user) or failure message (failed to send email) in the login page?
When the Reset password link in the email is clicked, then system should redirect end-users to the Change Password page, so they would be able to change their password by themselves.
If it redirects to the Login page, then probably the cause of it you have not enabled Change Password Page, yet, from Security → Advanced → User Login Options. So, make sure you have already enabled it, and re-generate ALL the script files again.
Hello,I have checked te settings, all are correct. Also the link is correct (mysite/resetpassword?action=reset&user=Tom%20en nog wat&code=w2GJzofLZFSscC1TBkaiHg.But the login page opens instead of the reset password page.
Have the feeling that the page is being forwarded. No idea where to look for the solution …
Hello,
Problem is solved. The files from the previous versions were also still on the server. Have this removed, now everything works fine.
thanks for the help