mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Making $Email available in Security_passwordsent.ss template (fixes #5737) (from r106876)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@112541 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
9b177ec458
commit
68e98b4ee2
@ -493,6 +493,7 @@ class Security extends Controller {
|
||||
"<p>" .
|
||||
sprintf(_t('Security.PASSWORDSENTTEXT', "Thank you! A reset link has been sent to '%s', provided an account exists for this email address."), $email) .
|
||||
"</p>",
|
||||
'Email' => $email
|
||||
));
|
||||
|
||||
//Controller::$currentController = $controller;
|
||||
|
Loading…
Reference in New Issue
Block a user