mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
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#`
This commit is contained in:
parent
bbd5741599
commit
fc4924a321
1 changed files with 2 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue