use Shopware\Components\CSRFWhitelistAware;
use Shopware\Models\Shop\Locale;
use Shopware\Models\User\Role;
class Shopware_Controllers_Backend_Login extends Shopware_Controllers_Backend_ExtJs
implements CSRFWhitelistAware
{ /**
* Loads auth and script renderer resource
*/
public function init() { Shopware()->
Plugins()->
Backend()->
Auth()->
setNoAuth();
parent::
init();
} /**
* {@inheritdoc}
*/
public function getWhitelistedCSRFActions() { return [ 'login',
'logout',