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

reset password link is not getting to redirection #247

Closed
nitingrewal opened this issue May 18, 2015 · 5 comments
Closed

reset password link is not getting to redirection #247

nitingrewal opened this issue May 18, 2015 · 5 comments

Comments

@nitingrewal
Copy link

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.

@nitingrewal nitingrewal changed the title Unpermitted parameters: config, redirect_url reset password link is not getting to redirection May 19, 2015
@astr0gator
Copy link
Contributor

Folks, it looks like I have a similar problem.
Link from a letter (stated above) goes to the correct redirect route (here is extract from server log):

Redirected to localhost:9000/#/reset_password?client_id=xxxxxxx&config=default&expiry=&reset_password=true&token=dddd&uid=dddddd%40kmhow.com
Completed 302 Found in 214ms (ActiveRecord: 19.2ms)

But it doesn't redirect. However, if I copy and paste this link manually, everything works.
Any ideas?

@ACPK
Copy link

ACPK commented Oct 12, 2015

@fertingoff @nitingrewal Did you solve the issue?

@astr0gator
Copy link
Contributor

@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%).

@elja
Copy link

elja commented Dec 7, 2015

having the same issue, in my case I think it's all because of ui-router

@zachfeldman
Copy link
Contributor

Seems like cases are mostly solved here. Feel free to reopen if not.

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

5 participants