public function preDispatch() { parent::
preDispatch();
$calledAction =
$this->
Request()->
getActionName();
if (Shopware()->
Plugins()->
Backend()->
Auth()->
shouldAuth() &&
$this->
isPasswordConfirmProtectedAction($calledAction) && !
$this->container->
get('backendsession'
)->
offsetGet('passwordVerified'
) ) { $this->
forward('passwordConfirmationRequired'
);
} } /**
* Displays a JSON string indicating failure for password confirmation
*/
public function passwordConfirmationRequiredAction() {