From 43efe3da3607390572a469f3654974ca86d58914 Mon Sep 17 00:00:00 2001 From: 21pages Date: Wed, 30 Oct 2024 11:26:49 +0800 Subject: [PATCH] opt option verification-method Signed-off-by: 21pages --- .../client-configuration/advanced-settings/_index.en.md | 2 +- .../advanced-settings/_index.zh-cn.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/content/self-host/client-configuration/advanced-settings/_index.en.md b/content/self-host/client-configuration/advanced-settings/_index.en.md index 2f76e4f..b2fdb65 100644 --- a/content/self-host/client-configuration/advanced-settings/_index.en.md +++ b/content/self-host/client-configuration/advanced-settings/_index.en.md @@ -248,7 +248,7 @@ What type of password can be used, `temporary password` refers to the one-time r | Install required | Values | Default | Example | | :------: | :------: | :------: | :------: | -| N | use-temporary-password, use-permanent-password, both | both | `verification-method=use-permanent-password` | +| N | use-temporary-password, use-permanent-password, use-both-passwords | use-both-passwords | `verification-method=use-permanent-password` | ### proxy-url diff --git a/content/self-host/client-configuration/advanced-settings/_index.zh-cn.md b/content/self-host/client-configuration/advanced-settings/_index.zh-cn.md index 6e1d331..d76e161 100644 --- a/content/self-host/client-configuration/advanced-settings/_index.zh-cn.md +++ b/content/self-host/client-configuration/advanced-settings/_index.zh-cn.md @@ -240,6 +240,14 @@ IP 直接访问的端口。 | :------: | :------: | :------: | :------: | | N | password, click, password-click | password-click | `approve-mode=password-click` | +### verification-method + +可以使用什么类型的密码,“临时密码”是指一次性随机密码。 + +| 是否需要安装 | 可设值 | 默认值 | 示例 | +| :------: | :------: | :------: | :------: | +| N | use-temporary-password, use-permanent-password, use-both-passwords | use-both-passwords | `verification-method=use-permanent-password` | + ### proxy-url 代理的 url 。