Variables

{{ auth_lost_password_url }}

{{ auth_lost_password_url }} prints the lost-password URL.

Example#

phpresources/views/auth/login.php
<a href="{{ auth_lost_password_url }}">Forgot password?</a>

Use it in login and account templates when visitors need a password reset link.