diff pylons_app/templates/login.html @ 474:a3d9d24acbec celery

Implemented password reset(forms/models/ tasks) and mailing tasks. Added smtp mailer, configurations, cleaned user model
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 13 Sep 2010 01:27:41 +0200
parents 930f8182a884
children
line wrap: on
line diff
--- a/pylons_app/templates/login.html	Mon Sep 13 01:23:58 2010 +0200
+++ b/pylons_app/templates/login.html	Mon Sep 13 01:27:41 2010 +0200
@@ -60,7 +60,7 @@
                     <!-- end fields -->
                     <!-- links -->
                     <div class="links">
-                        ${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'))}