1
0
Fork 0
arangodb/Documentation/Examples/USER_01_authFetch.generated

21 lines
442 B
Plaintext

arangosh> db._users.toArray()
[
{
"user" : "root",
"userData" : {
},
"authData" : {
"active" : true,
"changePassword" : false,
"simple" : {
"method" : "sha256",
"hash" : "335ba091903845660bd6a7b78ec6dc7f2d7f2c1f10c3132552196fe16c24c309",
"salt" : "Ttb8Coua4yPcyzyY"
}
},
"_id" : "_users/1766283",
"_rev" : "1766283",
"_key" : "1766283"
}
]