42 lines
1.3 KiB
PHP
42 lines
1.3 KiB
PHP
<?php
|
|
return [
|
|
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
|
'filename' => '/var/www/html/user/accounts/admin.yaml',
|
|
'modified' => 1591823173,
|
|
'data' => [
|
|
'email' => 'kevin@figureslibres.io',
|
|
'fullname' => 'Kevin Tessier',
|
|
'title' => 'Administrator',
|
|
'state' => 'enabled',
|
|
'access' => [
|
|
'admin' => [
|
|
'super' => 'true',
|
|
'login' => 'true',
|
|
'cache' => 'true',
|
|
'configuration' => 'true',
|
|
'configuration_system' => 'true',
|
|
'configuration_site' => 'true',
|
|
'configuration_media' => 'true',
|
|
'configuration_info' => 'true',
|
|
'settings' => 'true',
|
|
'pages' => 'true',
|
|
'maintenance' => 'true',
|
|
'statistics' => 'true',
|
|
'plugins' => 'true',
|
|
'themes' => 'true',
|
|
'users' => 'true'
|
|
],
|
|
'site' => [
|
|
'login' => 'true'
|
|
]
|
|
],
|
|
'hashed_password' => '$2y$10$TJCz7amq0/GMXVlypHP0/uLzn8z6XSOZby4mpb8mRVGjzuT55mSsG',
|
|
'language' => 'en',
|
|
'twofa_enabled' => false,
|
|
'twofa_secret' => 'L65IQYVF36WNG62YN3OOS25P2SM2MLRD',
|
|
'groups' => [
|
|
0 => 'administrators'
|
|
]
|
|
]
|
|
];
|