mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-05 03:04:11 +01: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
|
||||
ID.
|
||||
* `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:
|
||||
application/json:
|
||||
schema:
|
||||
|
|
|
|||
Loading…
Reference in a new issue