The login page now links to the new recovery route
This commit is contained in:
parent
6ab32781ad
commit
17b7ff6631
1 changed files with 1 additions and 1 deletions
|
@ -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')) ?>
|
||||||
|
|
Loading…
Reference in a new issue