comparison 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
comparison
equal deleted inserted replaced
473:6b934c9607e7 474:a3d9d24acbec
58 </div> 58 </div>
59 </div> 59 </div>
60 <!-- end fields --> 60 <!-- end fields -->
61 <!-- links --> 61 <!-- links -->
62 <div class="links"> 62 <div class="links">
63 ${h.link_to(_('Forgot your password ?'),h.url('#'))} 63 ${h.link_to(_('Forgot your password ?'),h.url('reset_password'))}
64 %if h.HasPermissionAny('hg.admin', 'hg.register.auto_activate', 'hg.register.manual_activate')(): 64 %if h.HasPermissionAny('hg.admin', 'hg.register.auto_activate', 'hg.register.manual_activate')():
65 / 65 /
66 ${h.link_to(_("Don't have an account ?"),h.url('register'))} 66 ${h.link_to(_("Don't have an account ?"),h.url('register'))}
67 %endif 67 %endif
68 </div> 68 </div>