diff --git a/datacenter/ucp/3.1/guides/authorization/reset-user-password.md b/datacenter/ucp/3.1/guides/authorization/reset-user-password.md index 92f6116ccc..958e7245df 100644 --- a/datacenter/ucp/3.1/guides/authorization/reset-user-password.md +++ b/datacenter/ucp/3.1/guides/authorization/reset-user-password.md @@ -36,7 +36,9 @@ docker run --net=host -v ucp-auth-api-certs:/tls -it "$(docker inspect --format ### With DEBUG Global Log Level +{% raw %} If you have DEBUG set as your global log level within UCP, running `$(docker inspect --format '{{ index .Spec.TaskTemplate.ContainerSpec.Args 0 }}` returns `--debug` instead of `--db-addr`. Pass `Args 1` to `$docker inspect` instead to reset your admin password. +{% endraw %} {% raw %} ```bash diff --git a/ee/ucp/authorization/reset-user-password.md b/ee/ucp/authorization/reset-user-password.md index 92f6116ccc..958e7245df 100644 --- a/ee/ucp/authorization/reset-user-password.md +++ b/ee/ucp/authorization/reset-user-password.md @@ -36,7 +36,9 @@ docker run --net=host -v ucp-auth-api-certs:/tls -it "$(docker inspect --format ### With DEBUG Global Log Level +{% raw %} If you have DEBUG set as your global log level within UCP, running `$(docker inspect --format '{{ index .Spec.TaskTemplate.ContainerSpec.Args 0 }}` returns `--debug` instead of `--db-addr`. Pass `Args 1` to `$docker inspect` instead to reset your admin password. +{% endraw %} {% raw %} ```bash