I have a custom login page for a community setup. The site is configured to direct to the login page and does just fine. The problem is when a user forgets their password and tries to reset it. It sends an email to the user with the template assigned to the Forgot Password community setting. The email template includes the {!Community_URL} merge field. The email received contains a link to the custom login page with some type of reset token as a parameter (/Community/CustomLogin?c=). When the custom login page loads it does not redirect to the change password page and thus there is no way for them to reset their password.