Skip to content

Commit 76dd646

Browse files
authored
Merge pull request #412 from Authing/feat/oidc-password-encrypt-type
fix: params
2 parents b4c2d35 + 390d73f commit 76dd646

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/en/federation/oidc/password/1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Must fill `password`。
1414
<ApiMethodParam name="phone" type="string" description="Mobile phone number, mutually exclusive with email and username." />
1515
<ApiMethodParam name="email" type="string" description="Email,mutually exclusive with username and mobile phone number." />
1616
<ApiMethodParam name="password" type="string" required description="Password" />
17-
<ApiMethodParam name="passwordEncryptType" type="string">
17+
<ApiMethodParam name="password_encrypt_type" type="string">
1818

1919
Password encryption type (optional). Supports encryption using `RSA256` and the Chinese national `SM2` algorithms. By default, set to `none`, meaning no encryption.
2020

docs/federation/oidc/password/1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<ApiMethodParam name="phone" type="string" description="手机号,与邮箱、用户名互斥。" />
1414
<ApiMethodParam name="email" type="string" description="邮箱,与用户名、手机号互斥。" />
1515
<ApiMethodParam name="password" type="string" required description="密码" />
16-
<ApiMethodParam name="passwordEncryptType" type="string">
16+
<ApiMethodParam name="password_encrypt_type" type="string">
1717

1818
密码加密类型,可选。支持使用 `RSA256` 和国密 `SM2` 算法进行加密。默认为 `none` 不加密。
1919

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.29
1+
1.4.30

0 commit comments

Comments
 (0)