This commit is contained in:
2018-08-20 13:55:35 +02:00
parent 0172f56950
commit f9e0e6499e
64 changed files with 2808 additions and 4092 deletions
@@ -0,0 +1,25 @@
<?php
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/mnt/data/Sites/hehe.net/user/accounts/admin.yaml',
'modified' => 1533133948,
'data' => [
'email' => 'kevin@figureslibres.io',
'fullname' => 'Kevin Tessier',
'title' => 'Administrator',
'state' => 'enabled',
'access' => [
'admin' => [
'super' => 'true',
'login' => 'true'
],
'site' => [
'login' => 'true'
]
],
'hashed_password' => '$2y$10$TJCz7amq0/GMXVlypHP0/uLzn8z6XSOZby4mpb8mRVGjzuT55mSsG',
'language' => 'en',
'twofa_enabled' => false,
'twofa_secret' => 'L65IQYVF36WNG62YN3OOS25P2SM2MLRD'
]
];