Skip to content

Commit

Permalink
Switch default user back to fidestest
Browse files Browse the repository at this point in the history
  • Loading branch information
NevilleS committed Oct 28, 2022
1 parent d98ec10 commit 1a321ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion noxfiles/dev_nox.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def test_env(session: Session) -> None:
"Using secrets set in '.env' for example setup scripts (see 'example.env' for options)"
)
session.log(
"Fides Admin UI running at http://localhost:3000 (user: 'fidesuser', pass: 'Apassword1!')"
"Fides Admin UI running at http://localhost:3000 (user: 'fidestest', pass: 'Apassword1!')"
)
session.log(
"Fides Privacy Center running at http://localhost:3001 (user: 'jane@example.com')"
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
DEFAULT_ERASURE_POLICY = DEFAULT_ERASURE_POLICY
DEFAULT_ERASURE_POLICY_RULE = DEFAULT_ERASURE_POLICY_RULE

FIDES_USERNAME = "fidesuser"
FIDES_USERNAME = "fidestest"
FIDES_PASSWORD = "Apassword1!"

FIDES_URL = "http://fides:8080"
Expand Down
2 changes: 1 addition & 1 deletion src/fides/ctl/core/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def print_deploy_success() -> None:

# Admin UI
echo_green("\n- Visit the Fides Admin UI running at http://localhost:8080")
echo_green(" (user=fidesuser, password=Apassword1!)")
echo_green(" (user=fidestest, password=Apassword1!)")

# Privacy Center
echo_green("\n- Visit the Fides Privacy Center running at http://localhost:3000")
Expand Down

0 comments on commit 1a321ec

Please sign in to comment.