From ac6aaa00330389e320c0a2991096e1273a8c6a29 Mon Sep 17 00:00:00 2001 From: polichtm Date: Tue, 23 Jun 2020 05:31:28 -0400 Subject: [PATCH] addressing #97 --- Instructions/Labs/LAB_09a-Implement_Web_Apps.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Instructions/Labs/LAB_09a-Implement_Web_Apps.md b/Instructions/Labs/LAB_09a-Implement_Web_Apps.md index 160237bf..09567c04 100644 --- a/Instructions/Labs/LAB_09a-Implement_Web_Apps.md +++ b/Instructions/Labs/LAB_09a-Implement_Web_Apps.md @@ -104,8 +104,10 @@ In this task, you will configure web app deployment settings. | Setting | Value | | --- | ---| - | User name | any unique name | + | User name | any unique name (must not contain `@` character) | | Password | any password that satisfies complexity requirements | + + >**Note:** The password must be at least eight characters long, with two of the following three elements: letters, numbers, and non-alphanumeric characters. >**Note:** You will need these credentials in the next task of this lab.