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

use defalult route name 'atForgotPwd' #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

use defalult route name 'atForgotPwd' #17

wants to merge 1 commit into from

Conversation

jirikrepl
Copy link

Better this way, when defalut route name for forgot password is 'atForgotPwd' not 'atForgotPassword'

Better this way, when defalut route name for forgot password is 'atForgotPwd' not 'atForgotPassword'
@Vrakfall
Copy link

I just came across this while trying to make it work and was about to make a PR and then I found this one. 👍 Thank you for it, should be merged asap to avoid any other "gotcha". ;D

@SDaron
Copy link

SDaron commented Apr 17, 2020

Damn thanks I was struggling with this!

This repo has not moved since five years. is it still alive?

Another undocumented element to make this work with Iron Router is that we have to change the defautl behaviour fot the reset password link:

    url = url.replace('#/', '');
    return `Click this link to reset your password: ${url}`;
  }

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

Successfully merging this pull request may close these issues.

3 participants