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

View file

@ -258,9 +258,16 @@ if ($rcc == "yes") {
<section class="card"> <section class="card">
<div class="headline">Wrong Password</div> <div class="headline">Wrong Password</div>
<p> <p>
Please go back and try again. The entered password was wrong, please try again.
</p> </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> </section>
<?php <?php