Skip to content

Commit

Permalink
Create users.json
Browse files Browse the repository at this point in the history
json
  • Loading branch information
rafa21k1 authored Jan 25, 2025
1 parent db63de1 commit e34dad4
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions users.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"id": "0",
"email": "[email protected]",
"password": "Contraseña123!",
"username": "jp25"
},
{
"id": "1",
"email": "[email protected]",
"password": "MiContraseña2024#",
"username": "mlopez"
},
{
"id": "2",
"email": "[email protected]",
"password": "Passw0rd2023!",
"username": "cgomez"
},
{
"id": "3",
"email": "[email protected]",
"password": "Seguro&Contraseña2023",
"username": "amart"
},
{
"id": "4",
"email": "[email protected]",
"password": "ContraseñaSegura_99",
"username": "luisr"
}
]

0 comments on commit e34dad4

Please sign in to comment.