Arch/test_storage/users/users.json

14 lines
362 B
JSON
Raw Normal View History

2025-03-04 06:38:19 -03:00
{
"admin": {
"nombre": "Administrador",
"username": "admin",
"email": "admin@example.com",
2025-03-04 07:46:15 -03:00
"password_hash": "$2b$04$UGmPF4BBNejhS7ZKA58/hu3A8DtXkx7/Fyw.8igRby6eDw/RwkvAq",
2025-03-04 06:38:19 -03:00
"nivel": 9999,
"idioma": "es",
"fecha_caducidad": null,
"empresa": "",
"estado": "activo",
2025-03-04 07:46:15 -03:00
"ultimo_acceso": "2025-03-04T10:25:03.799581+00:00"
2025-03-04 06:38:19 -03:00
}
}