From 3853c368335ccc3e025d47569b8c125889e72870 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Sat, 2 Mar 2019 12:21:15 +0100 Subject: Added information about v and s fields --- docs/account.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs') 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** -- cgit