42d447881b41b69a467a02c3f98eacaf.yaml.php 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?php
  2. return [
  3. '@class' => 'Grav\\Common\\File\\CompiledYamlFile',
  4. 'filename' => '/home/kevin/Sites/static-ethica.net/user/accounts/moderator.yaml',
  5. 'modified' => 1517319719,
  6. 'data' => [
  7. 'email' => 'kevin@gmail.com',
  8. 'fullname' => 'Patrick Fontana',
  9. 'title' => 'Moderateur',
  10. 'access' => [
  11. 'admin' => [
  12. 'super' => 'false',
  13. 'login' => 'true',
  14. 'cache' => 'false',
  15. 'configuration' => 'false',
  16. 'configuration_system' => 'false',
  17. 'configuration_site' => 'false',
  18. 'configuration_media' => 'false',
  19. 'configuration_info' => 'false',
  20. 'settings' => 'false',
  21. 'pages' => 'true',
  22. 'maintenance' => 'false',
  23. 'statistics' => 'true',
  24. 'plugins' => 'false',
  25. 'themes' => 'false',
  26. 'users' => 'false'
  27. ]
  28. ],
  29. 'state' => 'enabled',
  30. 'language' => 'en',
  31. 'hashed_password' => '$2y$10$hC/NJyGxVaDyvCErWM0Yn.Wwf97iI4eNHxyz613qSWxFt.y6fsdxO',
  32. 'twofa_secret' => 'EFYVYGW6ECKCEU2EWNE2SVKOERILPMU7',
  33. 'twofa_enabled' => false,
  34. 'login_attempts' => [
  35. ]
  36. ]
  37. ];