Created
October 5, 2012 17:19
-
-
Save johndemic/3841116 to your computer and use it in GitHub Desktop.
JSON Account Data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Accounts":{ | |
"engineering":{ | |
"[email protected]":{ | |
"Name":"Joe Developer", | |
"Password":"286755fad04869ca523320acce0dc6a4", | |
"passwordAge": 731400 | |
}, | |
"[email protected]":{ | |
"Name":"Jane Developer", | |
"Password":"10b222970537b97919db36ec757370d2", | |
"passwordAge": 10082400 | |
}, | |
"[email protected]":{ | |
"Name":"Jane Developer", | |
"Password":"10b222970537b97919db36ec757370d2", | |
"passwordAge": 1080000 | |
} | |
}, | |
"operations":{ | |
"[email protected]":{ | |
"Name":"Bill SysAdmin", | |
"Password":"f1f16683f3e0208131b46d37a79c8921", | |
"passwordAge": 4343100 | |
}, | |
"[email protected]":{ | |
"Name":"Jill NetworkAdmin", | |
"Password":"32a3571fa12b39266a58d42234836839", | |
"passwordAge": 41923143 | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment