panel.widget.account
Permission to see the account widget
Example
<?php
// site/roles/editor.php
return [
'name' => 'Editor',
'default' => false,
'permissions' => [
'*' => true,
'panel.widget.account' => false
]
];