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

change the success message to specify the password found should be used to validate the challenge

parent 79ff2ce7
No related branches found
No related tags found
No related merge requests found
Pipeline #15168 failed
...@@ -100,7 +100,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') { ...@@ -100,7 +100,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
<h1>Welcome!</h1> <h1>Welcome!</h1>
<div class="alert alert-success" role="alert"> <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> </div>
<?php endif ?> <?php endif ?>
......
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