Clicking on link in email sent when password reset is requested results in a 404.
By a quick check, this seem to have started after rc-6 release (needs better confirmation)
Node: 10.13.0
NPM: 6.4.1
Meteor Node: 8.11.4
Meteor NPM: 6.4.1
Reaction CLI: 0.29.0
Reaction: 2.0.0-rc.7
Reaction branch: develop
Same here. All links from email (or tokens attached) appear to be broken.
Same here. All links from email (or tokens attached) appear to be broken.
* Reset password (blank screen - broken form) * Invite Shop Manager #4892 * Invite Marketplace shop owner (blank screen - broken form) For my team, this is currently a project killer.
Same symptoms here.
Thanks @xtebs @zsimoes. We should have a fix ASAP
I opened the PR linked above for the password reset. I discovered that the other issue mentioned (4892) is caused by a different reason. That will be dealt with in another PR
When I hit these problems, I found that some of them could be resolved by going to the admin dashboard, choosing Accounts, click on Groups, selecting the "Guest" group, and enabling the "Password-Reset" privilege for that group. This allows the person who is not logged in to see the password reset form, and reset their password.
I might also mention that this info was available in the other post mentioned by impactmass ( #4892 )
@NileThayne yes, you just described the manual way of granting the roles. Guest roles like this can be made available by default without expecting the admin to use the UI. That is what is done in #4917. The fix is already merged into the develop branch and will go out with the next release.
Awesome! I just wanted to clarify for anyone who might be stuck on this issue while waiting for the next release. Thanks for your work!
Now released in rc-9
Most helpful comment
Thanks @xtebs @zsimoes. We should have a fix ASAP