element-hq / element-hq/synapse
Regression when login after deactivation (no more `M_USER_DEACTIVATED` code)
Open
O-Uncommon
S-Minor
T-Defect
X-Regression
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 600
- Avg merge
- 5d 22h
- Merged PRs (30d)
- 51
Description
This issue has been migrated from [#15747](https://github.com/matrix-org/synapse/issues/15747).
---
Android CI is failing when running [deactivate account test](https://github.com/vector-im/element-android/blob/07e06957ef14f90b47b7009cae42888408eb700f/matrix-sdk-android/src/androidTest/java/org/matrix/android/sdk/account/DeactivateAccountTest.kt#L43)
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?
Contributor guide
Assessment
This issue has not been assessed yet.