We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'.
password-reset
path: 'resetPassword'
Equivalent definitions for forgotPwd, signIn, signUp all work fine. Just the resetPwd misbehaving (or is this a config issue?)
forgotPwd
signIn
signUp
resetPwd
Thank you.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Whilst using the following
All emails sent to the user - still have
password-reset
as the path, instead of thepath: 'resetPassword'
.Equivalent definitions for
forgotPwd
,signIn
,signUp
all work fine. Just theresetPwd
misbehaving (or is this a config issue?)Thank you.
The text was updated successfully, but these errors were encountered: