Files
r2c/cache/compiled/files/ad12a3f8db5a78d537d0815f33e4e026.yaml.php
T
2018-07-03 17:44:53 +02:00

23 lines
647 B
PHP

<?php
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/mnt/data/Sites/r2c.net/user/accounts/admin.yaml',
'modified' => 1530517073,
'data' => [
'email' => 'kevin@figureslibres.io',
'fullname' => 'Kévin Tessier',
'title' => 'Administrator',
'state' => 'enabled',
'access' => [
'admin' => [
'login' => true,
'super' => true
],
'site' => [
'login' => true
]
],
'hashed_password' => '$2y$10$Y3Nmqv.R9JKjvYicyX.pjep.UYP6p4Y05tp1lGJyYpwxIRmr9BIT6'
]
];