mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-25 20:14:09 +02:00
Compare commits
4 commits
0dee6fb382
...
a0b96fa373
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a0b96fa373 | ||
|
|
910340a98b | ||
|
|
afc58cd8db | ||
|
|
010a6b05cd |
|
|
@ -0,0 +1 @@
|
||||||
|
Clarify that servers may choose not to use `M_USER_DEACTIVATED` at login time, for example for privacy reasons when they can't authenticate deactivated users.
|
||||||
|
|
@ -262,6 +262,8 @@ paths:
|
||||||
or the requested device ID is the same as a cross-signing key
|
or the requested device ID is the same as a cross-signing key
|
||||||
ID.
|
ID.
|
||||||
* `M_USER_DEACTIVATED`: The user has been deactivated.
|
* `M_USER_DEACTIVATED`: The user has been deactivated.
|
||||||
|
Servers MAY instead use `M_FORBIDDEN` when they can no longer authenticate
|
||||||
|
the deactivated user (i.e. their password has been wiped).
|
||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue