Skip to content
Merged
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 doc/installation/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Set two environment variables:
set http_proxy=domain\username:password@proxy_server:port
set https_proxy=domain\username:password@proxy_server:port
```
If the Password contains special characters like `@,$,!` (e.g. `password:p@ssword`) then replace the special characters by their hex code equivalents with `%` prefix, as exemplified below:
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this won't make the test fail? the password won't be complex enough

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the credscan log says that it failed in doc\installation\windows.md(42,)

If the Password contains special characters like `@,$,!` (e.g. `password:PLACEHOLDER`) then replace the special characters by their hex code equivalents with `%` prefix, as exemplified below:
* `@`: `%40`
* `$`: `%24`
* `!`: `%21`
Expand Down