-
Notifications
You must be signed in to change notification settings - Fork 73
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
Comments
@courte Has this been fixed? It seems to be working on the deployed site and on the source code for me. |
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. |
Hey @courte, |
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. |
I think the problem occurs because it doesn't appear that ActionMailer is setup in the production environment. |
Description
The very mysterious
appears when trying to retrieve a forgotten password.
Ask
Fix the bug that's causing POST
/auth/password
requests to fail.To Do
/auth/password
to return a 500 server error.Additional Info
We are using Devise for user authentication.
The text was updated successfully, but these errors were encountered: