29 lines
832 B
PHP
29 lines
832 B
PHP
<?php
|
|
return [
|
|
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
|
'filename' => '/mnt/data/Sites/static-ethica.net/user/accounts/admin.yaml',
|
|
'modified' => 1520021421,
|
|
'data' => [
|
|
'email' => 'kevin@figureslibres.io',
|
|
'fullname' => 'kevin Tessier',
|
|
'title' => 'Admin',
|
|
'state' => 'enabled',
|
|
'access' => [
|
|
'admin' => [
|
|
'super' => 'true',
|
|
'login' => 'true'
|
|
],
|
|
'site' => [
|
|
'login' => 'true'
|
|
]
|
|
],
|
|
'hashed_password' => '$2y$10$hs6.qiBjr2Dk1GsWb6af6u0V5QbTMf3pmOHxghJiN8oCwlHnhcAjW',
|
|
'language' => 'en',
|
|
'login_attempts' => [
|
|
|
|
],
|
|
'twofa_secret' => 'EFYVYGW6ECKCEU2EWNE2SVKOERILPMU7',
|
|
'twofa_enabled' => false
|
|
]
|
|
];
|