Skip to content

resetPwd not abiding by path configuration #29

Open
@romant

Description

@romant

Whilst using the following

AccountsTemplates.configureRoute('resetPwd', {
  name: 'resetPassword',
  path: '/resetPassword',
  template: 'resetPassword',
  layoutTemplate: 'atFormsLayout',
  layoutRegions: {
    header: "header",
    main: "resetPassword",
    footer: "footer"
  }
});

All emails sent to the user - still have password-reset as the path, instead of the path: 'resetPassword'.

Equivalent definitions for forgotPwd, signIn, signUp all work fine. Just the resetPwd misbehaving (or is this a config issue?)

Thank you.

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