diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2019-03-02 12:21:15 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-02 12:21:15 +0100 |
| commit | 3853c368335ccc3e025d47569b8c125889e72870 (patch) | |
| tree | 06fdfe2aa9f060338b922ec533eb10c1a7b0bdd1 /docs | |
| parent | f20faa3cb3c5d56eb7fd5f61f3c7be08bc60a78e (diff) | |
| download | wiki-3853c368335ccc3e025d47569b8c125889e72870.tar.gz wiki-3853c368335ccc3e025d47569b8c125889e72870.tar.bz2 wiki-3853c368335ccc3e025d47569b8c125889e72870.zip | |
Added information about v and s fields
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/account.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/account.md b/docs/account.md index bc85ceb..3876ab1 100644 --- a/docs/account.md +++ b/docs/account.md @@ -338,12 +338,12 @@ This field contains the encrypted password. The encryption is SHA1 and is in the `field-no-description|5` ### v - -`field-no-description|6` - ### s -`field-no-description|7` +v and s fields are used by server authentication system since the client uses a SRP6 protocol to handle authentication + +If you change the password these fields must be set to 0 allowing the server to regenerate them at login. +The .account password command already does it, but you must take care about it on external registration systems (web client) ### **token\_key** |
