22 lines
861 B
Mako
22 lines
861 B
Mako
Dear ${c.user.nick},
|
|
|
|
You have just registered on ${c.blog_title}, but before you continue, you will
|
|
need to activate your account. You can do this by simply clicking on the link
|
|
below, or copying and pasting it into your browser.
|
|
|
|
${c.blog_host}${h.url_for(controller=u'admin', action=u'activate', id=c.user.id, code=c.user.activation_key)}
|
|
|
|
If this is not you, simply leave this e-mail, and the account will expire after
|
|
72 hours. If you left this e-mail for too long and want to continue with the
|
|
registration process, click on the link below, type in your e-mail addres, and
|
|
another e-mail will be sent to you to activate your account.
|
|
|
|
${c.blog_host}${h.url_for(controller=u'admin', action=u'reset', id=c.user.id)}
|
|
|
|
Once you have completed the registration process you will be able to comment on
|
|
the posts on the site.
|
|
|
|
Kind regards,
|
|
|
|
${c.blog_title} Team
|
|
|