Skip to content

Commit 9b20398

Browse files
authored
The encryption result of the rest API account password is incorrect (#414)
1 parent f2535bd commit 9b20398

File tree

24 files changed

+24
-24
lines changed

24 files changed

+24
-24
lines changed

src/UserGuide/Master/API/RestServiceV1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The username used in the following examples is: `root`, and password is: `root`.
4646
And the authorization header is
4747

4848
```
49-
Authorization: Basic cm9vdDpyb2901
49+
Authorization: Basic cm9vdDpyb290
5050
```
5151

5252
- If a user authorized with incorrect username or password, the following error is returned:

src/UserGuide/Master/API/RestServiceV2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The username used in the following examples is: `root`, and password is: `root`.
4646
And the authorization header is
4747

4848
```
49-
Authorization: Basic cm9vdDpyb2901
49+
Authorization: Basic cm9vdDpyb290
5050
```
5151

5252
- If a user authorized with incorrect username or password, the following error is returned:

src/UserGuide/V0.13.x/API/RestService.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The username used in the following examples is: `root`, and password is: `root`.
4646
And the authorization header is
4747

4848
```
49-
Authorization: Basic cm9vdDpyb2901
49+
Authorization: Basic cm9vdDpyb290
5050
```
5151

5252
- If a user authorized with incorrect username or password, the following error is returned:

src/UserGuide/V1.0.x/API/RestService.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The username used in the following examples is: `root`, and password is: `root`.
4646
And the authorization header is
4747

4848
```
49-
Authorization: Basic cm9vdDpyb2901
49+
Authorization: Basic cm9vdDpyb290
5050
```
5151

5252
- If a user authorized with incorrect username or password, the following error is returned:

src/UserGuide/V1.1.x/API/RestServiceV1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The username used in the following examples is: `root`, and password is: `root`.
4646
And the authorization header is
4747

4848
```
49-
Authorization: Basic cm9vdDpyb2901
49+
Authorization: Basic cm9vdDpyb290
5050
```
5151

5252
- If a user authorized with incorrect username or password, the following error is returned:

src/UserGuide/V1.1.x/API/RestServiceV2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The username used in the following examples is: `root`, and password is: `root`.
4646
And the authorization header is
4747

4848
```
49-
Authorization: Basic cm9vdDpyb2901
49+
Authorization: Basic cm9vdDpyb290
5050
```
5151

5252
- If a user authorized with incorrect username or password, the following error is returned:

src/UserGuide/V1.2.x/API/RestServiceV1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The username used in the following examples is: `root`, and password is: `root`.
4646
And the authorization header is
4747

4848
```
49-
Authorization: Basic cm9vdDpyb2901
49+
Authorization: Basic cm9vdDpyb290
5050
```
5151

5252
- If a user authorized with incorrect username or password, the following error is returned:

src/UserGuide/V1.2.x/API/RestServiceV2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The username used in the following examples is: `root`, and password is: `root`.
4646
And the authorization header is
4747

4848
```
49-
Authorization: Basic cm9vdDpyb2901
49+
Authorization: Basic cm9vdDpyb290
5050
```
5151

5252
- If a user authorized with incorrect username or password, the following error is returned:

src/UserGuide/V1.3.0-2/API/RestServiceV1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The username used in the following examples is: `root`, and password is: `root`.
4646
And the authorization header is
4747

4848
```
49-
Authorization: Basic cm9vdDpyb2901
49+
Authorization: Basic cm9vdDpyb290
5050
```
5151

5252
- If a user authorized with incorrect username or password, the following error is returned:

src/UserGuide/V1.3.0-2/API/RestServiceV2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The username used in the following examples is: `root`, and password is: `root`.
4646
And the authorization header is
4747

4848
```
49-
Authorization: Basic cm9vdDpyb2901
49+
Authorization: Basic cm9vdDpyb290
5050
```
5151

5252
- If a user authorized with incorrect username or password, the following error is returned:

0 commit comments

Comments
 (0)