-
Notifications
You must be signed in to change notification settings - Fork 1.1k
expired confirmation & reset link #164
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
Comments
@m2omou - would you be ok with an error that reads "Invalid or expired confirmation token"? |
Yes that would be great ! :) I'm also using ng-token-auth gem. Will it be possible to catch the "Invalid or expired confirmation token" using the following event ?
|
What can I do to avoid the "Routing Error Not Found" error in rails? |
@camolin3 You may override the controller with your custom setup For instance, controllers/devise/passwords_controller.rb
config/routes.rb
In config/routes.rb set the custom controller to point to passwords. You can see why this works here https://github.com/lynndylanhurley/devise_token_auth/blob/master/lib/devise_token_auth/rails/routes.rb |
Hi there @m2omou , In an effort to cleanup this project and prioritize a bit, we're marking issues that haven't had any activity in a while with a "close-in-7-days" label. If we don't hear from you in about a week, we'll be closing this issue. Obviously feel free to re-open it at any time if it's the right time or this was done in error! If you are still having the issue (especially if it's a bug report) please refer to our new Issue Template to provide some more details to help us solve it. Hope all is well. |
When I create a new user, or ask to reset my password, a confirmation or reset url is sent by email.
Everything works perfectly. But when reclicking to that same link I got a "Routing Error Not Found".
I want to be able to say to the user, after reclicking that the link is now expired for example.
I have the same issue with confirmation and reset password link.
I'm using the 0.1.29 version.
Thanks for your help !
The text was updated successfully, but these errors were encountered: