1b72118faaf93ad0b55ad0659dcf64be.yaml.php 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <?php
  2. return [
  3. '@class' => 'Grav\\Common\\File\\CompiledYamlFile',
  4. 'filename' => '/var/www/html/user/accounts/helene.yaml',
  5. 'modified' => 1591823173,
  6. 'data' => [
  7. 'email' => 'contact@hehe.org',
  8. 'fullname' => 'Evans',
  9. 'state' => 'enabled',
  10. 'access' => [
  11. 'site' => [
  12. 'login' => 'true'
  13. ],
  14. 'admin' => [
  15. 'super' => 'false',
  16. 'login' => 'true',
  17. 'configuration' => 'false',
  18. 'configuration_system' => 'false',
  19. 'configuration_site' => 'false',
  20. 'configuration_media' => 'false',
  21. 'configuration_info' => 'false',
  22. 'settings' => 'false',
  23. 'pages' => 'true',
  24. 'maintenance' => 'false',
  25. 'statistics' => 'true',
  26. 'plugins' => 'false',
  27. 'themes' => 'false',
  28. 'users' => 'true'
  29. ],
  30. 'admin-addon-user-manager' => [
  31. ]
  32. ],
  33. 'hashed_password' => '$2y$10$LImK3VCf9JcU8vMk0O7JsuutNb1PYV7TEi6BHWq9D0J2IzJ3mhfbO',
  34. 'language' => 'en',
  35. 'twofa_enabled' => false,
  36. 'twofa_secret' => 'L65IQYVF36WNG62YN3OOS25P2SM2MLRD',
  37. 'groups' => [
  38. 0 => 'moderator'
  39. ],
  40. 'pw_resets' => [
  41. 0 => 1576013995,
  42. 1 => 1576015143
  43. ],
  44. 'reset' => 'a640835a214fef74ec07afad8560381d::1576619943',
  45. '_json' => [
  46. 'avatar' => '[]',
  47. 'state' => '"enabled"',
  48. 'hashed_password' => '"$2y$10$etBYJnDo38qHgDpqx8QXueW96ZL\\/Lt\\/orR\\/N8V6pOB3jZOudq0hRe"',
  49. 'pw_resets' => '[1576013995,1576015143]',
  50. 'reset' => '"a640835a214fef74ec07afad8560381d::1576619943"'
  51. ]
  52. ]
  53. ];