Skip to content
Snippets Groups Projects
Commit 79ff2ce7 authored by Arnaud Stoz's avatar Arnaud Stoz
Browse files

change to have trinity as a password

parent 26fb89f1
No related branches found
No related tags found
No related merge requests found
Pipeline #13577 passed
...@@ -17,7 +17,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') { ...@@ -17,7 +17,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
$username = $_POST['email']; $username = $_POST['email'];
$password = $_POST['password']; $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; $failed_login = ! $valid_user;
} }
?> ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment