Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

resetPwd not abiding by path configuration #29

Open
romant opened this issue Jan 17, 2016 · 0 comments
Open

resetPwd not abiding by path configuration #29

romant opened this issue Jan 17, 2016 · 0 comments

Comments

@romant
Copy link

romant commented Jan 17, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant