Déplacement pour eggification.
[Plinn.git] / Products / Plinn / skins / generic / password_reset_mail.py
1 ##parameters=options={}
2 from Products.Plinn.utils import translate as _
3
4 print _('Hi %(fullName)s,')
5 print
6 print _('You recently asked to reset your password.')
7
8 print _("To get back into your account on the %(siteName)s website, you'll need to create a new password.")
9 print _("It's easy:")
10 print '— %s' % _("Click the link below to open a browser window.")
11 print '— %s' % _("Fill the form with your new password.")
12 print
13 print '%(resetPasswordUrl)s'
14
15 return printed % options