LostPasswordHandler: show lost password form on password sent

This commit is contained in:
Tony Air 2023-02-23 19:23:14 +02:00
parent ee3a63e029
commit 44057f1c49
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ class LostPasswordHandlerExtension extends LostPasswordHandler
'SilverStripe\\Security\\Security.PASSWORDRESETSENTHEADER',
"Password reset link sent".($email ? ' to \''.$email.'\'' : '')
),
'Form' => $this->lostPasswordForm(),
'ElementalArea' => $fragment,
'Content' => $fragment,
];