Hi kabarovsky,
This is because you only need to use a relative URL path (i.e. you don’t need to put the http://www.genuinepropertyinvestments.co.uk/ part) in the shortcode.
Thank you for the answer.
Now I don’t have duplicate address in the URL, but when I click on these links below I get empty content. I mean there is only page title “Edit Profile” but none of options available.
——————
If you want to reset the password, please visit http://www.dommain.co.uk/edit-profile/?add=info%40jure.com.hr&rc=dsL61xaK0Bxxxxxx
If the link above doesn’t work, go to http://www.domain.co.uk/edit-profile/ and enter your email address and the following code:
dsL61xaK0BExxxxxx
——————
So I would like to access this script that is sending the message and put just confirmation page URL like: http://www.domain.co.uk/confirm-forgot-password/
What content do you have on the page at the URL your referencing in the shortcode? The only content on that page should be the [confirm-forgot-password] shortcode.
So,
1. There is “Forgotten Password” page:
It contains fields: e-mail & image number (captcha)
It redirects to: http://www.domain.co.uk/confirm-forgot-password/
And it sends email message:
”
Greetings from Genuine Property Investments!
Somebody requested a password reset for you. If this wasn’t you, you can ignore this mail.
If you want to reset the password, please visit http://www.domain.co.uk/edit-profile/?add=info%40email.com&rc=xQAw1ACXXxPhC2u
If the link above doesn’t work, go to http://www.domain.co.uk/edit-profile/ and enter your email address and the following code:
xQAwAArXXVPhC2u
”
When I click on any of these links in email I get to the blank page (just the title “Edit Profile”).
So I wanna access the file where email message is being created and put like:
“Here is your password reset code: XXXXXXXXXXX
Please visit http://www.domain.co.uk/confirm-forgot-password/ and enter the code to reset your password.”
This just sounds like you have the wrong URL input for the reset_email_url attribute in your forgot-password shortcode. Why do you have the edit-profile URL in there? If the page with your [confirm-forgot-password] shortcode on it is http://www.domain.co.uk/confirm-forgot-password/, then that should be the URL you put for the reset_email_url attribute in your forgot-password shortcode.
Finally I figured it out.
Thank you very much!