After configuring SMTP and enabling password reset, you need to un-comment this section from oxauth/login.xhtml:
```
<li class="row-fluid">
<div class="span9 offset3">
<a class="need-account,register" href="/identity/person/passwordReminder.htm">Forgot your password?</a>
</div>
</li>
```
Now a link should show up on your login page.
Please confirm it works and we will add to the docs.
Thanks!
Will