template publication
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
<?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'
|
||||
]
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user