added info why to login again

This commit is contained in:
Thies Mueller 2021-01-08 20:56:56 +01:00
parent 4a59bb7000
commit fe54440725

View File

@ -37,11 +37,13 @@ if(isset($errorMessage)) {
echo $errorMessage; echo $errorMessage;
} }
?> ?>
<script src="ressources/js/bootstrap.min.js"></script> <script src="ressources/js/bootstrap.min.js"></script>
<h3 class="display-5">You want to change your password? Please prove that you know your old password first!</h5>
<form action="?login=1" method="post"> <form action="?login=1" method="post">
<div class="form-group"> <div class="form-group">
<label for="username">Username</label> <label for="username">Username</label>
<input type="text" class="form-control" size="40" id="username" placeholder="Username" name="username" value="$username"><br><br> <input type="text" class="form-control" size="40" id="username" placeholder="Username" name="username" ><br><br>
</div> </div>
<div class="form-group"> <div class="form-group">
<label for="password">Password</label> <label for="password">Password</label>