protected function parse()
{
parent::parse();
// show report
if ($this->getParameter('password_reset') == 'success') {
$this->tpl->assign('reportMessage', BL::msg('PasswordResetSuccess', 'core'));
$this->tpl->assign('report', true);
}
// assign
$this->tpl->assign('widgets', $this->widgets);
}