-
Notifications
You must be signed in to change notification settings - Fork 62
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
Visiting of reset password link not possible #37
Comments
This is not a bug actually, reset password route will be only visible for people who click on reset password link which will be sent to user's email after requesting that reset. First we need to implement the mailer functionality (I added hints and documented the process of such implementation to my 2nd pull request you merged). Logged-in users can change their passwords here http://joingravity.com/change-password, so adding link to |
Yes, I've implemented the mailer functionality and have requested a new password. After clicking on the link in the E-Mail I was redirected to the route where I could change my password but I was redirected to the sign in page with the hint that I should sign in first. I'll look into it ASAP. |
I think you need to call
and if I add
But I'm not sure where would be the right place and whether other configuration calls are also required. I guess I'll try moving |
It worked. And everything else looks to be fine. Although I'm running a modified version of Gravity, I believe it should work on the pristine version too, I haven't changed much regarding the way accounts are handled. |
@diegonc Great. Could you submit a PR? Then I'll merge it ASAP. |
Done :-) |
Great! Thank you! |
Route is forbidden to visit.
The text was updated successfully, but these errors were encountered: