64f67bdfe45b821c5366171ffe55050d.yaml.php 1.7 KB

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