From 14a43c4dad9d152d9297e886b22925c1c0c282db Mon Sep 17 00:00:00 2001 From: ada mancini Date: Thu, 21 Mar 2019 14:56:19 -0400 Subject: [PATCH 1/2] Update install.md add note: 8 character password minimum length --- reference/ucp/3.1/cli/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/ucp/3.1/cli/install.md b/reference/ucp/3.1/cli/install.md index 5528f1cdc3..a25e774a5c 100644 --- a/reference/ucp/3.1/cli/install.md +++ b/reference/ucp/3.1/cli/install.md @@ -42,7 +42,7 @@ command. | Option | Description | |:-------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| `--admin-password` | The UCP administrator password | +| `--admin-password` | The UCP administrator password (minimum 8 characters) | | `--admin-username` | The UCP administrator username | | `--binpack` | Set the Docker Swarm scheduler to binpack mode. Used for backwards compatibility | | `--cloud-provider` | The cloud provider for the cluster From bfe38f1dad2253642027875406697af7c04e7688 Mon Sep 17 00:00:00 2001 From: Maria Bermudez Date: Mon, 8 Apr 2019 04:38:59 -0700 Subject: [PATCH 2/2] Add UCP user password limitation --- reference/ucp/3.1/cli/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/ucp/3.1/cli/install.md b/reference/ucp/3.1/cli/install.md index a25e774a5c..22b3b8b946 100644 --- a/reference/ucp/3.1/cli/install.md +++ b/reference/ucp/3.1/cli/install.md @@ -42,7 +42,7 @@ command. | Option | Description | |:-------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| `--admin-password` | The UCP administrator password (minimum 8 characters) | +| `--admin-password` | The UCP administrator password. Must be at least 8 characters. | | `--admin-username` | The UCP administrator username | | `--binpack` | Set the Docker Swarm scheduler to binpack mode. Used for backwards compatibility | | `--cloud-provider` | The cloud provider for the cluster