From d182fbc241d0744e09dceba03466fdd9addd28db Mon Sep 17 00:00:00 2001
From: "a.tolstoy" <a.tolstoy@picodata.io>
Date: Mon, 28 Aug 2023 16:39:27 +0300
Subject: [PATCH] docs: clarify password length requirement

---
 src/luamod.lua | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/luamod.lua b/src/luamod.lua
index 473ecb2699..7c1b15bc90 100644
--- a/src/luamod.lua
+++ b/src/luamod.lua
@@ -204,7 +204,8 @@ Waits for opts.timeout seconds for the entry to be applied locally.
 On success returns a raft index at which the user should exist.
 Skips the request if the user already exists.
 
-The function respects password_min_length parameter from _pico_property space.
+The function respects `password_min_length` parameter from `_pico_property` space.
+(by default set to be at least 8 characters).
 
 NOTE: If this function returns a timeout error the request is NOT cancelled and
 the change may still be applied some time later. For this reason it is always
@@ -295,7 +296,8 @@ Waits for opts.timeout seconds for the entry to be applied locally.
 On success returns an index of the corresponding raft entry.
 Skips the request if the password matches the current one.
 
-The function respects password_min_length parameter from _pico_property space.
+The function respects `password_min_length` parameter from `_pico_property` space 
+(by default set to be at least 8 characters).
 
 NOTE: If this function returns a timeout error the request is NOT cancelled and
 the change may still be applied some time later. For this reason it is always
-- 
GitLab