ad12a3f8db5a78d537d0815f33e4e026.yaml.php 647 B

12345678910111213141516171819202122
  1. <?php
  2. return [
  3. '@class' => 'Grav\\Common\\File\\CompiledYamlFile',
  4. 'filename' => '/mnt/data/Sites/r2c.net/user/accounts/admin.yaml',
  5. 'modified' => 1530517073,
  6. 'data' => [
  7. 'email' => 'kevin@figureslibres.io',
  8. 'fullname' => 'Kévin Tessier',
  9. 'title' => 'Administrator',
  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. ];