The login page now links to the new recovery route

This commit is contained in:
Alex Tselegidis 2021-12-10 08:41:28 +01:00
parent 6ab32781ad
commit 17b7ff6631
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
</button> </button>
</div> </div>
<a href="<?= site_url('user/forgot_password') ?>" class="forgot-password"><?= lang('forgot_your_password') ?></a> <a href="<?= site_url('recovery') ?>" class="forgot-password"><?= lang('forgot_your_password') ?></a>
| |
<span id="select-language" class="badge bg-success"> <span id="select-language" class="badge bg-success">
<?= ucfirst(config('language')) ?> <?= ucfirst(config('language')) ?>