From 8c36d33fbab280ee01de75617e7cee07849d94aa Mon Sep 17 00:00:00 2001
From: arnaud <a.stoz@cylab.be>
Date: Thu, 5 Sep 2024 15:56:13 +0200
Subject: [PATCH] change the success message to specify the password found
 should be used to validate the challenge

---
 public/index.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/index.php b/public/index.php
index fc0d338..6fdc5a9 100644
--- a/public/index.php
+++ b/public/index.php
@@ -100,7 +100,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
         <h1>Welcome!</h1>
         
         <div class="alert alert-success" role="alert">
-        Congratulations, you are authorized on this website!
+        Congratulations! You can use the password to validate the challenge
         </div>
         
         <?php endif ?>
-- 
GitLab