Fix; Problem inserting password after instering wrong password

This commit is contained in:
mmk2410 2016-03-11 18:58:26 +01:00
parent 75b705ee2c
commit 681f4c3c83
1 changed files with 9 additions and 2 deletions

View File

@ -258,9 +258,16 @@ if ($rcc == "yes") {
<section class="card">
<div class="headline">Wrong Password</div>
<p>
Please go back and try again.
The entered password was wrong, please try again.
</p>
<a href="./" class="button">GO BACK</a>
<form action="./" method="post">
<p>Password:
<br><br>
<input type="password" class="itextfield" name="passwd"/>
</p>
<input type="Submit" class="button" value="Log in"/>
</form>
</section>
<?php