Search code examples
phpmagentohttp-redirectconfirmation

Magento - Confirmation Link E-Mail Startpage not Customer account


How can I edit the confirmation link redirect?

 {{store url="customer/account/confirm/" _query_id=$customer.id _query_key=$customer.confirmation _query_back_url=$back_url}} 

Now I am redirected to the customer account. I tried to edit the url, but then my user is not confirmed.

Is there a possibility to include a redirect in the customer/account/confirm/ ?

Daniel


Solution

  • I'm not sure, but it seems to me that you have to pass $back_url to create a redirect where you want after confirmation of your account. If you somehow edit or remove the link to confirm, then your account wouldn't be confirmed (logically), so if you want to redirect a user somewhere else, you have to change another parameter.