Recommendation
When setting up the initial admin account in TFE, keep the following in mind:
The password should be at least 10 characters long.
You can use any combination of characters, there are no restrictions on character type.
To create an Initial Admin User password
-
Login into the TFE container and run below command to retrieve your initial admin creation token (IACT)
docker exec <CONTAINER_NAME> tfectl admin token
-
Grab the token and open your browser and go to the following URL (replace values with your actual hostname and token):
https://${TFE_HOSTNAME}/admin/account/new?token=${IACT_TOKEN}
This is specific for TFE only.