protected function getLoginMessage(&$messageType = null)
 {
     return parent::getLoginMessage($messageType) ?: _t('CMSSecurity.LoginMessage', '<p>If you have any unsaved work you can return to where you left off by logging back in below.</p>');
 }