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

Changing password continuously is throwing errors #2806

Open
BhargaviNadendla opened this issue Dec 20, 2018 · 2 comments
Open

Changing password continuously is throwing errors #2806

BhargaviNadendla opened this issue Dec 20, 2018 · 2 comments

Comments

@BhargaviNadendla
Copy link
Member

image

@lmmrssa
Copy link
Member

lmmrssa commented Dec 20, 2018

Even though, I see password change error message on snackbar while trying to login new password works and not old.

@paulbert
Copy link
Member

There are two separate errors thrown here. For the scope of this issue, let's work on the second error:

  • The first error for the _session endpoint is due to an incorrect password entered into the "Old Password" field. We have an open issue Refactor DialogsFormComponent & DialogsFormService #1527 that would allow the dialog to better handle errors.
  • The second error is due to the update to the _users database not including the current _rev. The new password works for administrators because the update to the admins on _config works. This means the admin & the matching user will end up with different passwords.

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

No branches or pull requests

3 participants