Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

forgot.php 385B

2 lat temu
1234567891011
  1. <p>Someone requested a password reset at this email address for <?= site_url() ?>.</p>
  2. <p>To reset the password use this code or URL and follow the instructions.</p>
  3. <p>Your Code: <?= $hash ?></p>
  4. <p>Visit the <a href="<?= site_url('reset-password') . '?token=' . $hash ?>">Reset Form</a>.</p>
  5. <br>
  6. <p>If you did not request a password reset, you can safely ignore this email.</p>