first commit
This commit is contained in:
@@ -0,0 +1,54 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/var/www/html/user/accounts/helene.yaml',
|
||||
'modified' => 1591823173,
|
||||
'data' => [
|
||||
'email' => 'contact@hehe.org',
|
||||
'fullname' => 'Evans',
|
||||
'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$LImK3VCf9JcU8vMk0O7JsuutNb1PYV7TEi6BHWq9D0J2IzJ3mhfbO',
|
||||
'language' => 'en',
|
||||
'twofa_enabled' => false,
|
||||
'twofa_secret' => 'L65IQYVF36WNG62YN3OOS25P2SM2MLRD',
|
||||
'groups' => [
|
||||
0 => 'moderator'
|
||||
],
|
||||
'pw_resets' => [
|
||||
0 => 1576013995,
|
||||
1 => 1576015143
|
||||
],
|
||||
'reset' => 'a640835a214fef74ec07afad8560381d::1576619943',
|
||||
'_json' => [
|
||||
'avatar' => '[]',
|
||||
'state' => '"enabled"',
|
||||
'hashed_password' => '"$2y$10$etBYJnDo38qHgDpqx8QXueW96ZL\\/Lt\\/orR\\/N8V6pOB3jZOudq0hRe"',
|
||||
'pw_resets' => '[1576013995,1576015143]',
|
||||
'reset' => '"a640835a214fef74ec07afad8560381d::1576619943"'
|
||||
]
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user