@datakick said in Send Review Request module:
@SLiCK_303 is it really responsibility of review module to auto log-in customer? I'm not sure, but I'd say this should be handled by module that generates the review link.
You don't have to send visitors directly to product page. You can create some controller that will perform auto-login, and then redirect visitor to product page.
Obviously, this is very sensitive topic, as it involves authentication
@foolab said in Send Review Request module:
My question is not related to guests, but to a special link that makes customers able create a review associated to them through a specific link (with a token) without the need of logging in with user and password.
Sorry I did not get the question. Yeah it probably would be this modules job to auto-login someone, but to be honest, I don't think I could figure out how to do that. If someone feels like forking this module, and writing that function in, go for it...