12 lines
390 B
Plaintext
12 lines
390 B
Plaintext
|
Dear ${c.user.nick},
|
||
|
|
||
|
You have just reset your password 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'account', action=u'activate', id=c.user.id, code=c.user.activation_key)}
|
||
|
|
||
|
Kind regards,
|
||
|
|
||
|
${c.blog_title} Team
|