-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Unable to reset password through web #23655
Closed
Labels
A-Password-Reset
O-Occasional
Affects or can be seen by some users regularly or most users rarely
S-Critical
Prevents work, causes data loss and/or has no workaround
T-Defect
X-Regression
X-Release-Blocker
Comments
Happening to me as well, endpoint response: {
"errcode": "M_UNKNOWN_TOKEN",
"error": "Invalid access token passed.",
"soft_logout": false
} |
Exact same issue here, Firefox 106 |
weeman1337
added
S-Critical
Prevents work, causes data loss and/or has no workaround
O-Occasional
Affects or can be seen by some users regularly or most users rarely
labels
Oct 31, 2022
Thanks for reporting the issue. I can easily reproduce it. |
Regressed by matrix-org/matrix-js-sdk#2719 |
sorry, i saw this was closed with #2822 but im still running into the same issue. did i miss something? |
The code hasn't been released yet so the fix would only apply to Nightly & develop.element.io which are early previews. |
su-ex
added a commit
to SchildiChat/element-desktop
that referenced
this issue
Nov 4, 2022
* Fix default behavior of Room.getBlacklistUnverifiedDevices ([\#2830](matrix-org/matrix-js-sdk#2830)). Contributed by @duxovni. * Catch server versions API call exception when starting the client ([\#2828](matrix-org/matrix-js-sdk#2828)). Fixes element-hq/element-web#23634. * Fix authedRequest including `Authorization: Bearer undefined` for password resets ([\#2822](matrix-org/matrix-js-sdk#2822)). Fixes element-hq/element-web#23655.
su-ex
added a commit
to SchildiChat/element-web
that referenced
this issue
Nov 4, 2022
* Fix default behavior of Room.getBlacklistUnverifiedDevices ([\element-hq#2830](matrix-org/matrix-js-sdk#2830)). Contributed by @duxovni. * Catch server versions API call exception when starting the client ([\element-hq#2828](matrix-org/matrix-js-sdk#2828)). Fixes element-hq#23634. * Fix authedRequest including `Authorization: Bearer undefined` for password resets ([\element-hq#2822](matrix-org/matrix-js-sdk#2822)). Fixes element-hq#23655.
su-ex
added a commit
to SchildiChat/matrix-js-sdk
that referenced
this issue
Nov 4, 2022
* Fix default behavior of Room.getBlacklistUnverifiedDevices ([\matrix-org#2830](matrix-org#2830)). Contributed by @duxovni. * Catch server versions API call exception when starting the client ([\matrix-org#2828](matrix-org#2828)). Fixes element-hq/element-web#23634. * Fix authedRequest including `Authorization: Bearer undefined` for password resets ([\matrix-org#2822](matrix-org#2822)). Fixes element-hq/element-web#23655.
su-ex
added a commit
to SchildiChat/matrix-react-sdk
that referenced
this issue
Nov 4, 2022
* Fix default behavior of Room.getBlacklistUnverifiedDevices ([\matrix-org#2830](matrix-org/matrix-js-sdk#2830)). Contributed by @duxovni. * Catch server versions API call exception when starting the client ([\matrix-org#2828](matrix-org/matrix-js-sdk#2828)). Fixes element-hq/element-web#23634. * Fix authedRequest including `Authorization: Bearer undefined` for password resets ([\matrix-org#2822](matrix-org/matrix-js-sdk#2822)). Fixes element-hq/element-web#23655.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-Password-Reset
O-Occasional
Affects or can be seen by some users regularly or most users rarely
S-Critical
Prevents work, causes data loss and/or has no workaround
T-Defect
X-Regression
X-Release-Blocker
Steps to reproduce
Outcome
What did you expect?
Password reset to be completed
What happened instead?
Recieve error saying 'Failed to verify email address: make sure you clicked the link in the email.'
Operating system
Debian Linux
Browser information
firefox 104.0.1
URL for webapp
https://app.element.io
Application version
web app
Homeserver
matrix.org
Will you send logs?
Yes
The text was updated successfully, but these errors were encountered: