Open
Description
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
Labels
No labels