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

[BUG] Unable to reset password from reset password link #11859

Closed
philipbrito opened this issue Aug 24, 2018 · 8 comments · Fixed by #12022
Closed

[BUG] Unable to reset password from reset password link #11859

philipbrito opened this issue Aug 24, 2018 · 8 comments · Fixed by #12022
Assignees
Milestone

Comments

@philipbrito
Copy link
Contributor

I tried several times reseting my password after getting its link on my e-mail address (by sending my e-mail from the Reset Password screen on the Android App and from the web). Even successfully receiving the reset password link I always get this error message:

screen shot 2018-08-24 at 09 29 15

@engelgabriel
Copy link
Member

@sampaiodiego do we need a patch to fix this?

@sampaiodiego
Copy link
Member

if we happen to have a fix, yes. I guess it's a frontend issue since it only happens on safari

@sampaiodiego sampaiodiego modified the milestones: 0.69.0, 0.70.0 Aug 28, 2018
@Adam212
Copy link

Adam212 commented Aug 30, 2018

Hi,

It happens under any browser (tried FF and Chromium)
And because of bug #11884 it's now also impossible to change password by admin.

@engelgabriel
Copy link
Member

@ggazzo can you please look at this. Looks like an extremely high priority bug.

@rodrigok
Copy link
Member

rodrigok commented Sep 4, 2018

As I tested here, if you try to reset the password if you are logged in then you receive that error, otherwise it works.

The code involved was not changed for a long time.

We may check for the non existence of FlowRouter.getParam('token') here

in addition of the user been logged, so if the token was passed it goes through the reset flow even when logged.

@tntho
Copy link

tntho commented Nov 30, 2018

Sorry, I just test it in https://open.rocket.chat it still happens.
I got this error when I test in my local

Exception while invoking method 'resetPasswordWithTOTP' Error: Can't call setUserId in a method after calling unblock

@Hudell
Copy link
Contributor

Hudell commented Dec 3, 2018

That seems to be a problem with the two factor authentication, do you mind opening a new issue?

@tntho
Copy link

tntho commented Dec 4, 2018

New issue created: #12820

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants