diff --git a/public/index.php b/public/index.php index c003fec2e843fca99d9d2df35967c7de7ac77fad..fc0d3389805def74d1da3b957210266f34b34687 100644 --- a/public/index.php +++ b/public/index.php @@ -17,7 +17,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') { $username = $_POST['email']; $password = $_POST['password']; - $valid_user = ($username == env("LOGIN", "smith@matrix.org") && $password == env("PASSWORD", "mickey")); + $valid_user = ($username == env("LOGIN", "smith@matrix.org") && $password == env("PASSWORD", "trinity")); $failed_login = ! $valid_user; } ?>