-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
reset password link is not getting to redirection #247
Comments
Folks, it looks like I have a similar problem.
But it doesn't redirect. However, if I copy and paste this link manually, everything works. |
@fertingoff @nitingrewal Did you solve the issue? |
@ACPK an old question. Eventually it worked for my case. I suspect that the reason was some custom changes to the process (i.e. not to proceed the advisable path for 100%). |
having the same issue, in my case I think it's all because of ui-router |
Seems like cases are mostly solved here. Feel free to reopen if not. |
In logs
Redirected to localhost:3000/update#?client_id=CJxleBtYwUgPl8IHYpvnKA&config=default&expiry=&reset_password=true&token=YYY&uid=nial%40b.com
Completed 302 Found in 186ms (ActiveRecord: 6.2ms)
but page is not getting redirected.
http://localhost:3000/api/auth/password/edit?config=default&redirect_url=localhost%3A3000%2Fupdate&reset_password_token=XXXX
I am getting this error in log and there is no redirection happening.
The text was updated successfully, but these errors were encountered: