Hi,
We have a solution with two websites configured to use two different shops.
Creating accounts from fronend works fine with "Send ShopId" enabled.
But I have trouble getting the password recovery to work.
In the template for getting a recovery link I have the following hidden field:
<input type="hidden" value="SHOP20" name="AccessUserShopId">
I get a link with a recovey token but when I update the password, the wrong account gets a new password. I have tried to have the above hidden field also in the form where you select a new password but it does not make any difference. I cannot find anything in the documentation either.
What am I missing?
Regards / Aki