I've followed the Membership Sites course and everything works pretty well so far.
The only issue I have and can't feature out is how to present the 'Reset password' link (to the Reset password page) on the My Account page (hidden link).
Currently, non-registered users going to the My Account page see the login form, but can't reset their password.
I was able to add a reset password link by editing the Content Template with a login form.
Now for some reason, I'm unable to align it to the center, but more importantly, when I click the Reset password link I get to the Reset password page with 2 problems:
1. There's a note that the password should be at least twelve characters...
I don't need this
2. When I entered a shorter password I got an error message: "ERROR: Your password reset link appears to be invalid. Please request a new link."
3. How does it know to which email\user I reset the password if I only choose the password?
The problem that I saw was that your forgot password link was linking to the reset password page instead of the lost password page which will prompt the user to enter their email address.
Still, on the reset password screen there's a sentence:
Hint: The password should be at least twelve characters long. To make it stronger, use upper and lower case letters, numbers, and symbols like ! " ? $ % ^ & ).
It's not really the ruironments, so how can I remove this sentence?