Fix incorrect statement about the current spec's guidance.
This commit is contained in:
parent
2d2731efff
commit
745f8c09df
1 changed files with 3 additions and 3 deletions
|
@ -13,9 +13,9 @@ These can be summarized into two groups:
|
|||
2. "I just want to change my password."
|
||||
|
||||
The [current Matrix specification](https://matrix.org/docs/spec/client_server/r0.6.0#post-matrix-client-r0-account-password)
|
||||
does not provide a way to differentiate between these use cases. It gives no
|
||||
guidance into what should happen to other sessions / devices when a password is
|
||||
modified and leaves it up to the implementation.
|
||||
does not provide a way to differentiate between these use cases. It currently
|
||||
specifies behavior that fits well into the first use-case above: that the
|
||||
sessions except the current session should be revoked.
|
||||
|
||||
It is reasonable for a client to want to specify this behavior to offer two
|
||||
different workflows:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue