Closed
Description
Hello guys my password reset email looks like
Hi,
You requested to reset your password for Appname body tracker.
Click here to reset it:
http://backend.appname.com/apps/appname-backend/request_password_reset?token=cUGfvWPqttbAMuc7WLB64tvvj&username=appuser
But, those link is completely wrong and this part: "apps/appname-backend/" is redundant and i have to remove it, is it possible? or its better to just reroute it in index.js?
like that
app.get('/', function(req, res) {
res.redirect('http://appname.com');
});
also question, how to redirect with parameters preservation?
Thanks.
Metadata
Metadata
Assignees
Labels
No labels