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

Forgotten passwords can't be recovered #303

Closed
2 tasks done
courte opened this issue Jan 12, 2015 · 6 comments
Closed
2 tasks done

Forgotten passwords can't be recovered #303

courte opened this issue Jan 12, 2015 · 6 comments

Comments

@courte
Copy link
Member

courte commented Jan 12, 2015

Description
The very mysterious

screenshot 2015-01-12 15 19 21

appears when trying to retrieve a forgotten password.

Ask
Fix the bug that's causing POST /auth/password requests to fail.

To Do

  • Determine what is causing POST requests to /auth/password to return a 500 server error.
  • Fix the problem.

Additional Info
We are using Devise for user authentication.

@thefenry
Copy link
Contributor

@courte Has this been fixed? It seems to be working on the deployed site and on the source code for me.

@courte
Copy link
Member Author

courte commented Mar 11, 2015

Can you tell me what process you're using, @thefenry? I'm still getting status 500 when I log out and try to recover my password.

@thefenry
Copy link
Contributor

Hey @courte,
I know it does not work on the deployed code but on my local instance I have clicked on login and immediately select forgot password when the page loads. I then enter my email and select the "send me password reset instructions" button which then gives me an alert "You will receive an email with instructions about how to reset your password in a few minutes.".
I also tried to login and out and then doing the reset password again. It "worked". I am wondering if the reason it is not crashing on me is because I do not have the actual mailing service active? I think this is done through the devise gem.
😖

@ghost
Copy link

ghost commented Mar 21, 2015

This is still an ongoing issue. I am not able to recover my password. I am taken to the https://www.codemontage.com/auth/password page with the "We're sorry…" error pictured above.

@escobara
Copy link

I think the problem occurs because it doesn't appear that ActionMailer is setup in the production environment.

@courte
Copy link
Member Author

courte commented Apr 6, 2015

The resolution has begun with #375 (but the saga continues with #380).

@courte courte closed this as completed Apr 6, 2015
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

3 participants