mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-04 18:54:09 +01:00
Merge afc58cd8db into fe3f43a905
This commit is contained in:
commit
64a8f1f98f
|
|
@ -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.
|
||||
Note that servers MAY choose not to use this error code and instead use `M_FORBIDDEN`,
|
||||
particularly when the server can't authenticate the deactivated user.
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
|
|
|
|||
Loading…
Reference in a new issue