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
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ eg: CREATE USER user1 'passwd'
Constraints:

* Username: 4-32 characters (letters, numbers, special chars: `!@#$%^&*()_+-=`). Cannot duplicate the admin (`root`) username.
* Password: 4-32 characters (letters, numbers, special chars). Stored as MD5 hash by default.
* Password: 4-32 characters (letters, numbers, special chars). Stored as SHA-256 hash by default.

2. Update Password

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Users cannot create users with the same name as the administrator.

### 2.2 Password Constraints

4 to 32 characters, can use uppercase and lowercase letters, numbers, and special characters (`!@#$%^&*()_+-=`). Passwords are encrypted by default using MD5.
4 to 32 characters, can use uppercase and lowercase letters, numbers, and special characters (`!@#$%^&*()_+-=`). Passwords are encrypted by default using SHA-256.

### 2.3 Role Name Constraints

Expand Down
2 changes: 1 addition & 1 deletion src/UserGuide/V1.3.x/User-Manual/Authority-Management.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Users cannot create users with the same name as the administrator.

### Password Constraints

4 to 32 characters, can use uppercase and lowercase letters, numbers, and special characters (`!@#$%^&*()_+-=`). Passwords are encrypted by default using MD5.
4 to 32 characters, can use uppercase and lowercase letters, numbers, and special characters (`!@#$%^&*()_+-=`). Passwords are encrypted by default using SHA-256.

### Role Name Constraints

Expand Down
2 changes: 1 addition & 1 deletion src/UserGuide/dev-1.3/User-Manual/Authority-Management.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Users cannot create users with the same name as the administrator.

### Password Constraints

4 to 32 characters, can use uppercase and lowercase letters, numbers, and special characters (`!@#$%^&*()_+-=`). Passwords are encrypted by default using MD5.
4 to 32 characters, can use uppercase and lowercase letters, numbers, and special characters (`!@#$%^&*()_+-=`). Passwords are encrypted by default using SHA-256.

### Role Name Constraints

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ eg: CREATE USER user1 'passwd'
Constraints:

* Username: 4-32 characters (letters, numbers, special chars: `!@#$%^&*()_+-=`). Cannot duplicate the admin (`root`) username.
* Password: 4-32 characters (letters, numbers, special chars). Stored as MD5 hash by default.
* Password: 4-32 characters (letters, numbers, special chars). Stored as SHA-256 hash by default.

2. Update Password

Expand Down
2 changes: 1 addition & 1 deletion src/UserGuide/latest/User-Manual/Authority-Management.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Users cannot create users with the same name as the administrator.

### 2.2 Password Constraints

4 to 32 characters, can use uppercase and lowercase letters, numbers, and special characters (`!@#$%^&*()_+-=`). Passwords are encrypted by default using MD5.
4 to 32 characters, can use uppercase and lowercase letters, numbers, and special characters (`!@#$%^&*()_+-=`). Passwords are encrypted by default using SHA-256.

### 2.3 Role Name Constraints

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ eg: CREATE USER user1 'passwd'
```

- 用户名约束:4~32个字符,支持使用英文大小写字母、数字、特殊字符`(!@#$%^&*()_+-=)`,用户无法创建和管理员用户同名的用户。
- 密码约束:4~32个字符,可使用大写小写字母、数字、特殊字符`(!@#$%^&*()_+-=)`,密码默认采用 MD5 进行加密。
- 密码约束:4~32个字符,可使用大写小写字母、数字、特殊字符`(!@#$%^&*()_+-=)`,密码默认采用 SHA-256 进行加密。

2. 更新密码

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ IoTDB 为用户提供了权限管理操作,为用户提供对数据与集群

### 2.2 密码限制

4~32个字符,可使用大写小写字母、数字、特殊字符(`!@#$%^&*()_+-=`),密码默认采用 MD5 进行加密。
4~32个字符,可使用大写小写字母、数字、特殊字符(`!@#$%^&*()_+-=`),密码默认采用 SHA-256 进行加密。

### 2.3 角色名限制

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ IoTDB 为用户提供了权限管理操作,为用户提供对数据与集群

### 密码限制

4~32个字符,可使用大写小写字母、数字、特殊字符(`!@#$%^&*()_+-=`),密码默认采用 MD5 进行加密。
4~32个字符,可使用大写小写字母、数字、特殊字符(`!@#$%^&*()_+-=`),密码默认采用 SHA-256 进行加密。

### 角色名限制

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ IoTDB 为用户提供了权限管理操作,为用户提供对数据与集群

### 密码限制

4~32个字符,可使用大写小写字母、数字、特殊字符(`!@#$%^&*()_+-=`),密码默认采用 MD5 进行加密。
4~32个字符,可使用大写小写字母、数字、特殊字符(`!@#$%^&*()_+-=`),密码默认采用 SHA-256 进行加密。

### 角色名限制

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ eg: CREATE USER user1 'passwd'
```

- 用户名约束:4~32个字符,支持使用英文大小写字母、数字、特殊字符`(!@#$%^&*()_+-=)`,用户无法创建和管理员用户同名的用户。
- 密码约束:4~32个字符,可使用大写小写字母、数字、特殊字符`(!@#$%^&*()_+-=)`,密码默认采用 MD5 进行加密。
- 密码约束:4~32个字符,可使用大写小写字母、数字、特殊字符`(!@#$%^&*()_+-=)`,密码默认采用 SHA-256 进行加密。

2. 更新密码

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ IoTDB 为用户提供了权限管理操作,为用户提供对数据与集群

### 2.2 密码限制

4~32个字符,可使用大写小写字母、数字、特殊字符(`!@#$%^&*()_+-=`),密码默认采用 MD5 进行加密。
4~32个字符,可使用大写小写字母、数字、特殊字符(`!@#$%^&*()_+-=`),密码默认采用 SHA-256 进行加密。

### 2.3 角色名限制

Expand Down