„threadr/signup/verify-email/index.php“ ändern

master
Jakob 2020-02-24 23:05:36 +01:00
parent a2a1c95bce
commit 28f0512ef4
1 changed files with 2 additions and 2 deletions

View File

@ -61,9 +61,9 @@
</h1> </h1>
</div> </div>
<div class="item-2 form"> <div class="item-2 form">
<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> <p>Please send an e-mail with the following token to <a href="mailto:signup@lostcave.ddnss.de?subject=signup&body=<?php echo $token; ?>"><p class="cyan">signup@lostcave.ddnss.de</p></a>:</p>
<form action="%CONTENT_DIR%/signup/verify-email/redirect.php" method="post"> <form action="%CONTENT_DIR%/signup/verify-email/redirect.php" method="post">
<p>Content: <?php echo $token; ?></p> <p>Token: <?php echo $token; ?></p>
<input type="submit" value="Done, sign me up!" /> <input type="submit" value="Done, sign me up!" />
</form> </form>
<br /> <br />