Version 2

This commit is contained in:
2026-01-02 21:08:58 +01:00
commit 3c51bf0048
598 changed files with 31242 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<div class="fixed-title">
<h2>E-Mail best&auml;tigen</h2>
</div>
<div class="center-wrapper">
<div class="center">
<h2>Es wurde ein Code an <?php echo $_SESSION["forgot-password-email"] ?> gesendet!</h2>
<h4>Geben Sie bitte den Code ein, den Sie zur Wiederherstellung Ihres Passworts erhalten haben. Sehen Sie bitte auch in Ihrem Spam-Ordner nach.</h4>
<div class="form">
<div class="input-wrapper">
<input type="number" name="Code" id="forgot-password-code" oninput="checkIfFilled('forgot-password-code')">
<span>Ihr Code</span>
</div>
<button onclick="getContent('action:forgot-password-email-verify')" class="default-button">Weiter</button>
<p>Sie haben insgesamt drei Versuche<p>
</div>
</div>
</div>