forked from putaindecode/putaindecode.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
accounts.json
59 lines (59 loc) · 1.4 KB
/
accounts.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"passwd": "ask for it :p",
"accounts": {
"github": {
"user": "putaindecode",
"mail": "[email protected]",
"passwd-salt": null
},
"github-bot": {
"user": "putainde-bot",
"mail": "[email protected]",
"passwd-salt": "ghb"
},
"google": {
"mail": "[email protected]",
"passwd-salt": "gg"
},
"twitter": {
"user": "putaindecode_fr",
"mail": "[email protected]",
"passwd-salt": "tw"
},
"twitter_fr": {
"user": "putaindecode_fr",
"mail": "[email protected]",
"passwd-salt": "tw"
},
"twitter-bot": {
"user": "putaindebot",
"mail": "[email protected]",
"passwd-salt": "twb"
},
"twitter-fake": {
"user": "put1dekod",
"mail": "[email protected]",
"passwd-salt": "twf"
},
"twitter-reactjsfrance": {
"user": "reactjsfrance",
"mail": "[email protected]",
"passwd-salt": "trjfrance"
},
"gravatar": {
"user": null,
"account": "wordpress",
"mail": "[email protected]"
},
"wordpress": {
"user": "putaindecode",
"mail": "[email protected]",
"passwd-salt": "wp"
},
"spreadshirt": {
"user": null,
"mail": "[email protected]",
"passwd-salt": "sp"
}
}
}