25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <p>Someone requested a password reset at this email address for <?= site_url() ?>.</p>
-
- <p>To reset the password use this code or URL and follow the instructions.</p>
-
- <p>Your Code: <?= $hash ?></p>
-
- <p>Visit the <a href="<?= site_url('reset-password') . '?token=' . $hash ?>">Reset Form</a>.</p>
-
- <br>
-
- <p>If you did not request a password reset, you can safely ignore this email.</p>
|