demo icon indicating copy to clipboard operation
demo copied to clipboard

Fix Chrome data breach error on demo login.

Open NoahTheWeaver opened this issue 10 months ago • 0 comments

This PR fixes an issue where Chrome shows a “Check your saved passwords” warning when logging into the demo app using the default password. That warning makes the user experienced feel unpolished on Chrome, even though it’s expected behavior.

SCR-20250322-sunb

Changes:

  1. Replaces the hardcoded "password" in Login.php with a non-breached string (wYnatErfIcti)
  2. Updates DatabaseSeeder.php to match with the new password (bcrypt-hashed)

No functionality has changed—this just removes visual friction for demo users.

NoahTheWeaver avatar Mar 23 '25 01:03 NoahTheWeaver