0
votes

I have problems with the password forgot function, at customers i have added these code:

<a href="{{store url="customer/account/resetpassword/" _query_id=$customer.id _query_token=$customer.rp_token}}"><br><br>{{store url="customer/account/resetpassword/" _query_id=$customer.id _query_token=$customer.rp_token}}</a>

but what is the code for admin reset link. these one is not the right reset link. its invalid.

1
the default template sends no email link and an emtpy password Thanks for your help i will try it - dA_uNknOwN
It Works thank you very much - dA_uNknOwN

1 Answers

1
votes

The admin link is generated with this directive:

{{store url="adminhtml/index/resetpassword/" _query_id=$user.id query_token=$user.rp_token}}.

You can find the link yourself when loading the default template in backend in the transactional email menu.