]> CRI, Mines Paris - PSL - Plinn.git/blobdiff - skins/generic/password_reset_mail.py
Déplacement pour eggification.
[Plinn.git] / skins / generic / password_reset_mail.py
diff --git a/skins/generic/password_reset_mail.py b/skins/generic/password_reset_mail.py
deleted file mode 100644 (file)
index 7a9ab12..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-##parameters=options={}
-from Products.Plinn.utils import translate as _
-
-print _('Hi %(fullName)s,')
-print
-print _('You recently asked to reset your password.')
-
-print _("To get back into your account on the %(siteName)s website, you'll need to create a new password.")
-print _("It's easy:")
-print '— %s' % _("Click the link below to open a browser window.")
-print '— %s' % _("Fill the form with your new password.")
-print
-print '%(resetPasswordUrl)s'
-
-return printed % options
\ No newline at end of file