diff --git a/pylons_app/templates/login.html b/pylons_app/templates/login.html
--- a/pylons_app/templates/login.html
+++ b/pylons_app/templates/login.html
@@ -60,7 +60,7 @@
- ${h.link_to(_('Forgot your password ?'),h.url('#'))}
+ ${h.link_to(_('Forgot your password ?'),h.url('reset_password'))}
%if h.HasPermissionAny('hg.admin', 'hg.register.auto_activate', 'hg.register.manual_activate')():
/
${h.link_to(_("Don't have an account ?"),h.url('register'))}