Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/views/users/email/pwreset_plain.thtml
blob: 73f3c3918efab1513f0da16fd7d353b2a6f1fa8b (plain)
1
2
3
4
5
6
<?php
$reseturl = SITE_URL.$html->url('/users/pwreset/'.$data['User']['id']
    .'/'.$resetcode, true);

echo $html->lineBreaks(sprintf(___('%2$s Add-ons Password Reset\n\nA request was received to reset the password for this account on addons.mozilla.org. To change this password please click on the following link, or paste it into your browser\'s location bar:\n\n%1$s\n\nIf you did not request this email there is no need for further action.\n\nThanks,\n-- %2$s Add-ons Staff'), $reseturl, APP_PRETTYNAME));
?>