login/pass: describe reset form
authorMischa POSLAWSKY <perl@shiar.org>
Sun, 10 Feb 2019 08:15:54 +0000 (09:15 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Sun, 10 Feb 2019 08:22:03 +0000 (09:22 +0100)
login/pass/index.php

index 09984acce513349090f6287cc1c0e7e19e04c32a..626a6e552cf7b5be4405084aab17795560849999 100644 (file)
@@ -37,6 +37,10 @@ if ($_POST) {
 ?>
 <form method="post">
 <p>
+Hier kun je een nieuwe inlogcode instellen voor <em><?= htmlspecialchars($User['name']) ?></em>.
+Dit zal de huidige code vervangen.
+</p>
+<p>
 <?php if (!empty($User['pass'])) { ?>
 <input type="password" name="oldpass" value="" placeholder="Huidig wachtwoord" />
 <?php } ?>