When you first run airflow standalone
it generates a password for user:admin
Using WSL for windows
username@machine: head /home/username/airflow/simple_auth_manager_passwords.json.generated
The output should head a JSON password like the following
{"admin": "SomeRandomStringEWNEWNE"}