Print bootstrap password at startup for PR #7140
This commit is contained in:
parent
55ef7a1fe1
commit
3e03c40161
1 changed files with 2 additions and 1 deletions
|
|
@ -566,7 +566,8 @@ async def lifespan(app: FastAPI):
|
|||
print("\n" + "=" * 60)
|
||||
print("DEFAULT ADMIN ACCOUNT CREATED")
|
||||
print(f" username: {storage.DEFAULT_ADMIN_USERNAME}")
|
||||
print(f" password saved to: {bootstrap_path}")
|
||||
print(f" password: {bootstrap_pw}")
|
||||
print(f" (also saved to: {bootstrap_path})")
|
||||
print(" Open the Studio UI to sign in and change it.")
|
||||
print("=" * 60 + "\n")
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue