3e710272fd53c61ec9d40f88700e896a.yaml.php 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?php
  2. return [
  3. '@class' => 'Grav\\Common\\File\\CompiledYamlFile',
  4. 'filename' => '/var/www/html/user/accounts/admin.yaml',
  5. 'modified' => 1591823173,
  6. 'data' => [
  7. 'email' => 'kevin@figureslibres.io',
  8. 'fullname' => 'Kevin Tessier',
  9. 'title' => 'Administrator',
  10. 'state' => 'enabled',
  11. 'access' => [
  12. 'admin' => [
  13. 'super' => 'true',
  14. 'login' => 'true',
  15. 'cache' => 'true',
  16. 'configuration' => 'true',
  17. 'configuration_system' => 'true',
  18. 'configuration_site' => 'true',
  19. 'configuration_media' => 'true',
  20. 'configuration_info' => 'true',
  21. 'settings' => 'true',
  22. 'pages' => 'true',
  23. 'maintenance' => 'true',
  24. 'statistics' => 'true',
  25. 'plugins' => 'true',
  26. 'themes' => 'true',
  27. 'users' => 'true'
  28. ],
  29. 'site' => [
  30. 'login' => 'true'
  31. ]
  32. ],
  33. 'hashed_password' => '$2y$10$TJCz7amq0/GMXVlypHP0/uLzn8z6XSOZby4mpb8mRVGjzuT55mSsG',
  34. 'language' => 'en',
  35. 'twofa_enabled' => false,
  36. 'twofa_secret' => 'L65IQYVF36WNG62YN3OOS25P2SM2MLRD',
  37. 'groups' => [
  38. 0 => 'administrators'
  39. ]
  40. ]
  41. ];