Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Regression when login after deactivation (no more M_USER_DEACTIVATED code) #15747

Open
BillCarsonFr opened this issue Jun 8, 2023 · 3 comments
Assignees
Labels
O-Uncommon Most users are unlikely to come across this or unexpected workflow S-Minor Blocks non-critical functionality, workarounds exist. T-Defect Bugs, crashes, hangs, security vulnerabilities, or other reported issues. X-Regression Something broke which worked on a previous release

Comments

@BillCarsonFr
Copy link
Member

Android CI is failing when running deactivate account test

With previous synapse version, the test was getting a M_USER_DEACTIVATED error, and now (since 1.85.0?) the error is:

{"errcode":"M_FORBIDDEN","error":"Invalid username or password"}

Is it expected?

@dklimpel
Copy link
Contributor

dklimpel commented Jun 8, 2023

@erikjohnston erikjohnston added the X-Regression Something broke which worked on a previous release label Jun 8, 2023
@jamazi
Copy link

jamazi commented Jun 11, 2023

mautrix/telegram#922 cannot login after 1.85

@erikjohnston erikjohnston added S-Minor Blocks non-critical functionality, workarounds exist. T-Defect Bugs, crashes, hangs, security vulnerabilities, or other reported issues. O-Uncommon Most users are unlikely to come across this or unexpected workflow labels Jun 12, 2023
@MatMaul MatMaul self-assigned this Jun 15, 2023
@clokep
Copy link
Member

clokep commented Jul 27, 2023

I think the way to fix this is to move the check for deactivated accounts (from #15634) earlier in the process (so before we check the accounts password).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
O-Uncommon Most users are unlikely to come across this or unexpected workflow S-Minor Blocks non-critical functionality, workarounds exist. T-Defect Bugs, crashes, hangs, security vulnerabilities, or other reported issues. X-Regression Something broke which worked on a previous release
Projects
None yet
Development

No branches or pull requests

6 participants