03c1c23b90d3820cf50daf8bfae0ebcd.yaml.php 641 B

12345678910111213141516171819202122
  1. <?php
  2. return [
  3. '@class' => 'Grav\\Common\\File\\CompiledYamlFile',
  4. 'filename' => '/var/www/html/user/accounts/marie.yaml',
  5. 'modified' => 1532690380,
  6. 'data' => [
  7. 'email' => 'hauchecorne.marie@gmail.com',
  8. 'fullname' => 'Marie Hauchecorne',
  9. 'title' => 'moderator',
  10. 'state' => 'enabled',
  11. 'access' => [
  12. 'admin' => [
  13. 'login' => true,
  14. 'super' => true
  15. ],
  16. 'site' => [
  17. 'login' => true
  18. ]
  19. ],
  20. 'hashed_password' => '$2y$10$Y3Nmqv.R9JKjvYicyX.pjep.UYP6p4Y05tp1lGJyYpwxIRmr9BIT6'
  21. ]
  22. ];