add custom scroll

This commit is contained in:
2018-07-27 15:42:22 +02:00
parent 4274713245
commit b56a5d5737
39 changed files with 4749 additions and 1650 deletions
@@ -0,0 +1,22 @@
<?php
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/var/www/html/user/accounts/marie.yaml',
'modified' => 1532690380,
'data' => [
'email' => 'hauchecorne.marie@gmail.com',
'fullname' => 'Marie Hauchecorne',
'title' => 'moderator',
'state' => 'enabled',
'access' => [
'admin' => [
'login' => true,
'super' => true
],
'site' => [
'login' => true
]
],
'hashed_password' => '$2y$10$Y3Nmqv.R9JKjvYicyX.pjep.UYP6p4Y05tp1lGJyYpwxIRmr9BIT6'
]
];