Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/en/federation/oidc/password/1.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Must fill `password`。
<ApiMethodParam name="phone" type="string" description="Mobile phone number, mutually exclusive with email and username." />
<ApiMethodParam name="email" type="string" description="Email,mutually exclusive with username and mobile phone number." />
<ApiMethodParam name="password" type="string" required description="Password" />
<ApiMethodParam name="passwordEncryptType" type="string">
<ApiMethodParam name="password_encrypt_type" type="string">

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

Expand Down
2 changes: 1 addition & 1 deletion docs/federation/oidc/password/1.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<ApiMethodParam name="phone" type="string" description="手机号,与邮箱、用户名互斥。" />
<ApiMethodParam name="email" type="string" description="邮箱,与用户名、手机号互斥。" />
<ApiMethodParam name="password" type="string" required description="密码" />
<ApiMethodParam name="passwordEncryptType" type="string">
<ApiMethodParam name="password_encrypt_type" type="string">

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

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.29
1.4.30