From fc4924a32152e4eafcbf3a6c7d6b761e041a3bb5 Mon Sep 17 00:00:00 2001 From: noahtalerman <47070608+noahtalerman@users.noreply.github.com> Date: Mon, 24 May 2021 17:50:55 -0400 Subject: [PATCH] Add note about user passwords generated by teams script to docs (#844) - Specify that users generated by the script found in `/tools/api/fleet/teams/create` are assigned the password of `user123#` --- docs/4-Contribution/2-Testing.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/4-Contribution/2-Testing.md b/docs/4-Contribution/2-Testing.md index 559a679e7c..fe8d6ab1ea 100644 --- a/docs/4-Contribution/2-Testing.md +++ b/docs/4-Contribution/2-Testing.md @@ -199,6 +199,8 @@ Finally run the `teams/create` bash script located in the [/tools/api](../../too ./tools/api/fleet/teams/create ``` +Each user generated by the script has their password set to `user123#`. + ## MySQL shell Connect to the MySQL shell to view and interact directly with the contents of the development database.