mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-23 01:01:20 +00:00

- add default values for Config/Email properties - set mariadb to the minimal required version for development fixes #204
14 lines
392 B
PHP
14 lines
392 B
PHP
<p>Someone requested a password reset at this email address for <?= base_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="<?= url_to('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>
|