master
Jakob 2020-02-24 08:29:59 +01:00
parent c01fa11291
commit 32b6ec8723
1 changed files with 4 additions and 4 deletions

View File

@ -57,14 +57,14 @@
<div class="container">
<div class="item-1">
<h1>
<center>E-Mail-Verifikation</center>
<center>E-mail verification</center>
</h1>
</div>
<div class="item-2 round-border">
<p>Bitte senden sie eine E-Mail mit folgendem Inhalt an <a href="mailto:signup@lostcave.ddnss.de?subject=signup&body=<?php echo $token; ?>">signup@lostcave.ddnss.de</a>:</p>
<p>Please send an e-mail with the following content to <a href="mailto:signup@lostcave.ddnss.de?subject=signup&body=<?php echo $token; ?>">signup@lostcave.ddnss.de</a>:</p>
<form action="%CONTENT_DIR%/signup/verify-email/redirect.php" method="post">
<p><?php echo $token; ?></p>
<input type="submit" value="Weiter" />
<p>Content: <?php echo $token; ?></p>
<input type="submit" value="Done, sign me up!" />
</div>
</div>
</body>