first commit
This commit is contained in:
@@ -0,0 +1,53 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/var/www/html/user/accounts/heiko.yaml',
|
||||
'modified' => 1591823173,
|
||||
'data' => [
|
||||
'email' => 'hehe@mail.net',
|
||||
'fullname' => 'Heiko',
|
||||
'title' => 'Moderator',
|
||||
'state' => 'enabled',
|
||||
'access' => [
|
||||
'site' => [
|
||||
'login' => 'true'
|
||||
],
|
||||
'admin' => [
|
||||
'super' => 'false',
|
||||
'login' => 'true',
|
||||
'configuration' => 'false',
|
||||
'configuration_system' => 'false',
|
||||
'configuration_site' => 'false',
|
||||
'configuration_media' => 'false',
|
||||
'configuration_info' => 'false',
|
||||
'settings' => 'false',
|
||||
'pages' => 'true',
|
||||
'maintenance' => 'false',
|
||||
'statistics' => 'true',
|
||||
'plugins' => 'false',
|
||||
'themes' => 'false',
|
||||
'users' => 'true'
|
||||
],
|
||||
'admin-addon-user-manager' => [
|
||||
|
||||
]
|
||||
],
|
||||
'hashed_password' => '$2y$10$15oM28dFk9ZUYESmMNJutuKH2a7n1Fp/dYuMiDV9UG77iO8WP76Ey',
|
||||
'language' => 'en',
|
||||
'twofa_enabled' => false,
|
||||
'twofa_secret' => 'L65IQYVF36WNG62YN3OOS25P2SM2MLRD',
|
||||
'groups' => [
|
||||
0 => 'moderator'
|
||||
],
|
||||
'_json' => [
|
||||
'avatar' => '[]',
|
||||
'state' => '"enabled"',
|
||||
'hashed_password' => '"$2y$10$7Qxqb7eFS30Ag9uW6qhJ7uMkpqCmTnnCFLzfDK5cnqnavSrVCJhCK"'
|
||||
],
|
||||
'pw_resets' => [
|
||||
0 => 1590483473,
|
||||
1 => 1590483483
|
||||
],
|
||||
'reset' => 'e0695ad1f94df6fcd28ec1869178f847::1591088283'
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user