Skip to content

How to adjust password reset link? #1342

Closed
@dron247

Description

@dron247

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions